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 1b44f6b commit 8f9fe5eCopy full SHA for 8f9fe5e
1 file changed
Dockerfile
@@ -31,6 +31,7 @@ USER root
31
32
# Install Google Cloud SQL Proxy
33
RUN apk add --no-cache \
34
+ ca-certificates \
35
wget \
36
&& wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O /usr/bin/cloud_sql_proxy \
37
&& chmod +x /usr/bin/cloud_sql_proxy
0 commit comments