Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Jun 12, 2024
1 parent 37eb50a commit 6d2f830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chaos/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ chmod +x ~/.docker/cli-plugins/docker-buildx
echo "Checking if Docker image is already built..."
if ! docker images | grep -q local/run_with_importer_cached; then
echo "Building Docker image..."
docker build -t local/run_with_importer_cached -f ./docker/Dockerfile.run_with_importer_cached .
docker buildx inspect mybuilder > /dev/null 2>&1 || docker buildx create --name mybuilder --use
DOCKER_BUILDKIT=1 docker buildx build -t local/run_with_importer_cached -f ./docker/Dockerfile.run_with_importer_cached .
else
echo "Docker image already built."
fi
Expand Down

0 comments on commit 6d2f830

Please sign in to comment.