remove unnecessary folders
This commit is contained in:
parent
83d51723ec
commit
6227279848
@ -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"]
|
||||
|
Reference in New Issue
Block a user