Skip to content

Commit 35421cf

Browse files
committed
Add pip
1 parent 5610af0 commit 35421cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/docker/clang/Dockerfile-arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG USER=ci
55
RUN pacman -Syu --noconfirm \
66
ca-certificates curl git \
77
clang make unzip \
8-
ninja sudo python3 cmake \
8+
ninja sudo python3 python3-pip cmake \
99
&& rm -rf /var/cache/pacman/pkg/
1010

1111

.github/docker/gcc/Dockerfile-arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG USER=ci
55
RUN pacman -Syu --noconfirm \
66
ca-certificates curl git \
77
gcc make unzip \
8-
ninja sudo python3 cmake \
8+
ninja sudo python3 python3-pip cmake \
99
&& rm -rf /var/cache/pacman/pkg/
1010

1111

0 commit comments

Comments
 (0)