Skip to content

Commit 4a18c23

Browse files
Update Dockerfile
1 parent 3143a99 commit 4a18c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/vm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ARG INSTALL_NODE="true"
66
ARG NODE_VERSION="lts/*"
77
RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "source /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
88

9-
USER vscode
109
RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
1110
'poetry==1.1.13' \
1211
'pip==22.1.2' \
@@ -15,6 +14,7 @@ RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
1514
'nbstripout' \
1615
'pre-commit' \
1716
'black'
17+
USER vscode
1818
# prevent homebrew from updating or upgrading to save time
1919
ENV HOMEBREW_NO_AUTO_UPDATE=1
2020
ENV HOMEBREW_NO_INSTALL_UPGRADE=1

0 commit comments

Comments
 (0)