We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a39dcbb + 072a64b commit 84e8633Copy full SHA for 84e8633
Dockerfile
@@ -3,6 +3,7 @@ FROM ubuntu:jammy AS python-wheels
3
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
gcc \
5
git \
6
+ make \
7
python3-dev \
8
python3-pip \
9
&& rm -rf /var/lib/apt/lists/*
0 commit comments