We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d72784 commit 7eed58aCopy full SHA for 7eed58a
docker/Dockerfile.python
@@ -6,7 +6,7 @@ ENV GAIA_PORT=8080 \
6
7
# install additional deps
8
RUN set -ex; \
9
- apk add --no-cache build-base python-dev \
+ apk add --no-cache build-base python3-dev linux-headers \
10
&& pip install virtualenv grpcio
11
12
# Directory for the binary
0 commit comments