Skip to content

Commit 668556b

Browse files
authored
Add python3-pip to Dockerfile dependencies
1 parent b4a38b2 commit 668556b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
4444
m4 \
4545
doxygen \
4646
python3 \
47+
python3-pip \
4748
sudo \
4849
&& rm -rf /var/lib/apt/lists/*
4950

0 commit comments

Comments
 (0)