Skip to content

Commit

Permalink
[FIX] Add distutils manually
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed May 4, 2022
1 parent 4b2f496 commit f9ce900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ RUN apt-get update -qq \
default-libmysqlclient-dev \
# some other build tools
swig \
pkg-config
pkg-config \
&& apt-get update -m -qq python$python_version-distutils

# Install pipx, which we use to install other python tools.
ENV PIPX_BIN_DIR=/usr/local/bin
Expand Down

0 comments on commit f9ce900

Please sign in to comment.