Sébastien De Greef commited on
Commit
7fa050d
1 Parent(s): a13ac3e

chore: Add python3-setuptools, python3-wheel, and python3-venv to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -23,6 +23,9 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
23
  wget \
24
  python3-dev \
25
  python3-pip \
 
 
 
26
  && rm -rf /var/lib/apt/lists/*
27
 
28
 
 
23
  wget \
24
  python3-dev \
25
  python3-pip \
26
+ python3-setuptools \
27
+ python3-wheel \
28
+ python3-venv \
29
  && rm -rf /var/lib/apt/lists/*
30
 
31