build(docker): fix tags into docker build script

This commit is contained in:
2022-01-16 16:53:01 +01:00
parent 24e607429a
commit 4844669191
2 changed files with 4 additions and 3 deletions
-1
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