Skip to content

Commit b1bd29f

Browse files
j3soonYuZhong-Chen
andcommitted
fix(template_ws): Add back the missing python3-pip
Co-authored-by: YuZhong-Chen <yuzhong1214@gmail.com>
1 parent afdb58c commit b1bd29f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template_ws/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
4040
# Install Python pip
4141
RUN --mount=type=cache,target=/var/cache/apt \
4242
apt-get update && apt-get install -y \
43+
python3-pip \
4344
&& rm -rf /var/lib/apt/lists/*
4445

4546
# Install custom tools

0 commit comments

Comments
 (0)