Skip to content

Commit 0414fd3

Browse files
committed
Fix
1 parent dc65ee4 commit 0414fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.15
22

33
RUN apk update \
4-
&& apk --no-cache add dumb-init postgresql-client curl
4+
&& apk --no-cache add dumb-init postgresql-client curl python which bash
55

66
RUN curl -sSL https://sdk.cloud.google.com | bash
77

0 commit comments

Comments
 (0)