mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(build): fix docker build
This commit is contained in:
committed by
Florian Hussonnois
parent
24e00638ab
commit
c6c2b63216
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user