Skip to content

Commit

Permalink
update build-export-container.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 11, 2024
1 parent 3570c9f commit d84f1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/docker/build-export-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ IMAGE="docker.io/phpswoole/swoole-cli-builder:${TAG}"

echo "MIRROR=${MIRROR}"
echo "BASE_IMAGE=${CONTAINER_BASE_IMAGE}"
docker build -t ${IMAGE} -f ./Dockerfile . --progress=plain --platform ${PLATFORM} --build-arg="MIRROR=${MIRROR}" --build-arg="BASE_IMAGE=${CONTAINER_BASE_IMAGE}"
docker build --no-cache -t ${IMAGE} -f ./Dockerfile . --progress=plain --platform ${PLATFORM} --build-arg="MIRROR=${MIRROR}" --build-arg="BASE_IMAGE=${CONTAINER_BASE_IMAGE}"

echo ${IMAGE}
echo ${IMAGE} > container-image.txt
Expand Down

0 comments on commit d84f1f2

Please sign in to comment.