about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <dmnk@google.com>2023-01-05 07:03:45 +0000
committerDominik Maier <dmnk@google.com>2023-01-05 07:03:45 +0000
commitdb9fc49ef84c6d60b40b5aa0d2d6a205cf883133 (patch)
tree62fee27a73998de77b50ed1a2a2ddedd87acfa4a
parent94d1740390acee396f4615a4a2a518f10f6bc02d (diff)
downloadafl++-db9fc49ef84c6d60b40b5aa0d2d6a205cf883133.tar.gz
Add pip to docker
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8a825b36..fd47a59f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,7 +39,7 @@ RUN apt-get update && \
     apt-get -y install --no-install-recommends \
     make cmake automake meson ninja-build bison flex \
     git xz-utils bzip2 wget jupp nano bash-completion less vim joe ssh psmisc \
-    python3 python3-dev python3-setuptools python-is-python3 \
+    python3 python3-dev python3-pip python-is-python3 \
     libtool libtool-bin libglib2.0-dev \
     apt-transport-https gnupg dialog \
     gnuplot-nox libpixman-1-dev \