We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd96bce commit 07bcd07Copy full SHA for 07bcd07
.kokoro/docker/Dockerfile
@@ -36,6 +36,7 @@ RUN apt-get update \
36
curl \
37
dirmngr \
38
git \
39
+ gcc \
40
gpg-agent \
41
graphviz \
42
libbz2-dev \
@@ -44,11 +45,13 @@ RUN apt-get update \
44
45
libffi-dev \
46
liblzma-dev \
47
libmagickwand-dev \
48
+ libpython3-dev \
49
libreadline-dev \
50
libsnappy-dev \
51
libssl-dev \
52
libsqlite3-dev \
53
portaudio19-dev \
54
+ pkg-config \
55
redis-server \
56
software-properties-common \
57
ssh \
0 commit comments