remove unnecessary folders

This commit is contained in:
Robert Kaussow 2019-09-23 08:30:58 +02:00
parent 83d51723ec
commit 6227279848
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ RUN \
&& pip install --upgrade pip \
&& pip install --no-cache-dir ${PIP_PACKAGES} \
&& rm -rf /root/.cache \
&& mkdir /root/.ssh \
&& chmod 700 /root/.ssh
USER root
ENTRYPOINT ["/docker-entrypoint.sh"]