Skip to content

Commit 6116259

Browse files
committed
Trying to fix
1 parent f9b3b5f commit 6116259

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
FROM google/cloud-sdk:alpine
1+
FROM alpine:3.15
2+
3+
RUN apk add --update \
4+
python \
5+
curl \
6+
which \
7+
bash
8+
9+
RUN curl -sSL https://sdk.cloud.google.com | bash
10+
11+
ENV PATH $PATH:/root/google-cloud-sdk/bin
212

313
RUN apk update \
414
&& apk --no-cache add dumb-init postgresql-client curl

0 commit comments

Comments
 (0)