Skip to content

Commit 3b917d8

Browse files
authored
[db] Migrations image: explicitly add bash (#20732)
1 parent ea188a5 commit 3b917d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: components/gitpod-db/leeway.Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ RUN wget https://storage.googleapis.com/cloudsql-proxy/v1.37.6/cloud_sql_proxy.l
1818
&& chmod +x /bin/cloud_sql_proxy
1919

2020
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+
2127
ENV NODE_OPTIONS=--unhandled-rejections=warn
2228
COPY migrate.sh /app/migrate.sh
2329
COPY migrate_gcp.sh /app/migrate_gcp.sh

0 commit comments

Comments
 (0)