We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea188a5 commit 3b917d8Copy full SHA for 3b917d8
components/gitpod-db/leeway.Dockerfile
@@ -18,6 +18,12 @@ RUN wget https://storage.googleapis.com/cloudsql-proxy/v1.37.6/cloud_sql_proxy.l
18
&& chmod +x /bin/cloud_sql_proxy
19
20
FROM node:18.20.7-alpine
21
+
22
+# Install bash
23
+RUN apk update && \
24
+ apk add bash && \
25
+ rm -rf /var/cache/apk/*
26
27
ENV NODE_OPTIONS=--unhandled-rejections=warn
28
COPY migrate.sh /app/migrate.sh
29
COPY migrate_gcp.sh /app/migrate_gcp.sh
0 commit comments