diff --git a/apps/cic-eth/docker/Dockerfile b/apps/cic-eth/docker/Dockerfile index 1a921c53..8edeec22 100644 --- a/apps/cic-eth/docker/Dockerfile +++ b/apps/cic-eth/docker/Dockerfile @@ -23,7 +23,7 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/pip \ --trusted-host $pip_trusted_host \ --extra-index-url $GITLAB_PYTHON_REGISTRY --extra-index-url $EXTRA_INDEX_URL . -ENTRYPOINT: [] +ENTRYPOINT [] # --- RUNTIME --- FROM python:3.8.6-slim-buster as runtime diff --git a/apps/cic-eth/docker/Dockerfile_ci b/apps/cic-eth/docker/Dockerfile_ci index 3605a439..c6513445 100644 --- a/apps/cic-eth/docker/Dockerfile_ci +++ b/apps/cic-eth/docker/Dockerfile_ci @@ -23,7 +23,7 @@ RUN pip install --index-url https://pypi.org/simple \ --trusted-host $pip_trusted_host \ --extra-index-url $GITLAB_PYTHON_REGISTRY --extra-index-url $EXTRA_INDEX_URL . -ENTRYPOINT: [] +ENTRYPOINT [] # --- RUNTIME --- FROM python:3.8.6-slim-buster as runtime