This commit is contained in:
parent
c9cd6d68e9
commit
893f796a5a
@ -34,6 +34,7 @@ RUN \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install --no-cache-dir ${PIP_PACKAGES} \
|
||||
&& rm -rf /root/.cache \
|
||||
&& mkdir /root \
|
||||
|
||||
USER root
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
@ -35,6 +35,7 @@ RUN \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install --no-cache-dir ${PIP_PACKAGES} \
|
||||
&& rm -rf /root/.cache \
|
||||
&& mkdir /root \
|
||||
|
||||
USER root
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
@ -35,7 +35,7 @@ RUN \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install --no-cache-dir ${PIP_PACKAGES} \
|
||||
&& rm -rf /root/.cache \
|
||||
&& mkdir /root/.ssh \
|
||||
&& mkdir -p /root/.ssh \
|
||||
&& chmod 700 /root/.ssh
|
||||
|
||||
USER root
|
||||
|
@ -35,6 +35,7 @@ RUN \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install --no-cache-dir ${PIP_PACKAGES} \
|
||||
&& rm -rf /root/.cache \
|
||||
&& mkdir /root \
|
||||
|
||||
USER root
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user