Skip to content

Commit 07bcd07

Browse files
author
Ace Nassri
authored
chore(Dockerfile): support PyPI packages with C bindings (GoogleCloudPlatform#4898)
1 parent cd96bce commit 07bcd07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt-get update \
3636
curl \
3737
dirmngr \
3838
git \
39+
gcc \
3940
gpg-agent \
4041
graphviz \
4142
libbz2-dev \
@@ -44,11 +45,13 @@ RUN apt-get update \
4445
libffi-dev \
4546
liblzma-dev \
4647
libmagickwand-dev \
48+
libpython3-dev \
4749
libreadline-dev \
4850
libsnappy-dev \
4951
libssl-dev \
5052
libsqlite3-dev \
5153
portaudio19-dev \
54+
pkg-config \
5255
redis-server \
5356
software-properties-common \
5457
ssh \

0 commit comments

Comments
 (0)