Skip to content

Commit 7ff41d7

Browse files
Jairo Llopisyajo
authored andcommitted
Fix build
Install `py3-pip` package separately.
1 parent 18c2b3f commit 7ff41d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apk add --no-cache python3 \
2222
RUN apk add --no-cache -t .build \
2323
build-base \
2424
linux-headers \
25+
py3-pip \
2526
python3-dev \
2627
&& pip3 install --no-cache-dir \
2728
netifaces \

0 commit comments

Comments
 (0)