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 e497c1e commit 0705b43Copy full SHA for 0705b43
1 file changed
sdks/python/container/Dockerfile
@@ -34,6 +34,7 @@ ARG py_version
34
RUN \
35
# Install native bindings required for dependencies.
36
apt-get update && \
37
+ apt-get upgrade -y && \
38
apt-get install -y \
39
# Required by python-snappy
40
libsnappy-dev \
0 commit comments