Skip to content

Commit 7eed58a

Browse files
authored
Fixed python build (#259)
1 parent 5d72784 commit 7eed58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.python

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GAIA_PORT=8080 \
66

77
# install additional deps
88
RUN set -ex; \
9-
apk add --no-cache build-base python-dev \
9+
apk add --no-cache build-base python3-dev linux-headers \
1010
&& pip install virtualenv grpcio
1111

1212
# Directory for the binary

0 commit comments

Comments
 (0)