Update apps/cic-eth/docker/Dockerfile, apps/cic-eth/docker/Dockerfile_ci files
This commit is contained in:
parent
dd3ddfd41d
commit
460a7c223b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user