Skip to content

Commit 1582ca8

Browse files
authored
Update Dockerfile
1 parent 4c1b8db commit 1582ca8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pi-test/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER
1212
USER $NB_USER
1313
WORKDIR /home/$NB_USER
1414

15-
RUN set -x && \
16-
mkdir -p /home/$NB_USER/.pyenv && \
17-
git clone https://github.com/yyuu/pyenv.git /home/$NB_USER/.pyenv
15+
RUN set -x \
16+
&& mkdir -p /home/$NB_USER/.pyenv
1817

1918
USER root
2019
RUN [ "cross-build-end" ]

0 commit comments

Comments
 (0)