Skip to content

Commit 47b2f2f

Browse files
Update Dockerfile
1 parent 9ac1a47 commit 47b2f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
4848
-y && \
4949
# Remove apt cache
5050
rm -rf /var/cache/apt && \
51-
pip3 install --upgrade pip --break-system-packages && \
51+
# pip3 install --upgrade pip --break-system-packages && \
5252
# Create work directory
5353
mkdir /workdir && \
5454
# Get GN tools for matter

0 commit comments

Comments
 (0)