fix(build): fix docker build

This commit is contained in:
Florian Hussonnois
2024-07-23 18:20:36 +02:00
committed by Florian Hussonnois
parent 24e00638ab
commit c6c2b63216
2 changed files with 3 additions and 1 deletions

View File

@@ -86,6 +86,8 @@ build-docker: build-exec
--compress \
--rm \
-f ./Dockerfile \
--build-arg="APT_PACKAGES=python3 python3-venv python-is-python3 python3-pip nodejs npm curl zip unzip" \
--build-arg="PYTHON_LIBRARIES=kestra" \
-t ${DOCKER_IMAGE}:${VERSION} ${DOCKER_PATH} || exit 1 ;
# Verify whether Kestra is running