remove unnecessary folders
This commit is contained in:
parent
83d51723ec
commit
6227279848
@ -35,8 +35,6 @@ RUN \
|
|||||||
&& pip install --upgrade pip \
|
&& pip install --upgrade pip \
|
||||||
&& pip install --no-cache-dir ${PIP_PACKAGES} \
|
&& pip install --no-cache-dir ${PIP_PACKAGES} \
|
||||||
&& rm -rf /root/.cache \
|
&& rm -rf /root/.cache \
|
||||||
&& mkdir /root/.ssh \
|
|
||||||
&& chmod 700 /root/.ssh
|
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user