build(docker): fix tags into docker build script

This commit is contained in:
2022-01-15 20:02:36 +01:00
parent 24e607429a
commit 4844669191
2 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,6 @@ ADD setup.py .
ENV PYTHON_EGG_CACHE=/tmp/cache
RUN python3 setup.py install && rm -rf /src
#RUN mkdir -p ${PYTHON_EGG_CACHE}
WORKDIR /tmp
USER 1234