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.
2 parents 06894eb + ec38345 commit 4dcbe77Copy full SHA for 4dcbe77
Dockerfile
@@ -1,5 +1,5 @@
1
FROM ruby:3.1.2-alpine AS builder
2
-RUN apk add --no-cache nodejs npm bash curl musl-dev libc-dev make gcc sqlite-dev
+RUN apk add --no-cache nodejs npm bash curl musl-dev libc-dev make gcc sqlite-dev gcompat
3
ENV APP_DIR=/app
4
5
RUN mkdir ${APP_DIR}
0 commit comments