Skip to content
Snippets Groups Projects
Commit 7a9ffe8c authored by Lennart Kramer's avatar Lennart Kramer
Browse files

avoid using previous image

parent b944242e
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@ echo "goemaxima: $goemaxver"
REG="$2"
IMAGENAME="goemaxima:$1"
if [ -n "$REG" ]; then
docker pull "$2/$IMAGENAME-dev"
fi
#if [ -n "$REG" ]; then
# docker pull "$2/$IMAGENAME-dev"
#fi
# build it
DOCKER_BUILDKIT=1 docker build -t "${IMAGENAME}-dev" --build-arg MAXIMA_VERSION="$maximaver" --build-arg SBCL_VERSION="$sbclver" --build-arg LIB_PATH="$libpath" . || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment