We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740ff22 commit b4d8c45Copy full SHA for b4d8c45
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