removing not needed conda update

This commit is contained in:
Christoph Schranz 2020-06-23 07:44:58 +02:00
parent 099e818be2
commit 94a8fcbd4c
2 changed files with 0 additions and 6 deletions

View File

@ -414,9 +414,6 @@ RUN conda clean --all -f -y && \
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
# Update conda
RUN conda update -n base conda -y
USER root
# Install elasticsearch libs

View File

@ -1,8 +1,5 @@
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
# Update conda
RUN conda update -n base conda -y
USER root
# Install elasticsearch libs