Skip to content
Snippets Groups Projects
Verified Commit cf9df575 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: fix Dockerfile

parent 7b377b5f
Branches
Tags
1 merge request!36Tests for user name requirements
Pipeline #25143 passed
......@@ -8,7 +8,8 @@ RUN apt-get update && \
python3-pip \
tox \
-y
RUN echo ${PYLIB}
ARG PYLIB
RUN echo "PYLIB=${PYLIB}"
COPY .docker/wait-for-it.sh /wait-for-it.sh
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment