Skip to content

Commit 4dcbe77

Browse files
authored
Merge pull request #134 from bugcrowd/BC-27536-minor-adjustment-to-docker-files-to-fix-local-builds
Bc 27536 minor adjustment to docker files to fix local builds
2 parents 06894eb + ec38345 commit 4dcbe77

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,5 +1,5 @@
11
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
2+
RUN apk add --no-cache nodejs npm bash curl musl-dev libc-dev make gcc sqlite-dev gcompat
33
ENV APP_DIR=/app
44

55
RUN mkdir ${APP_DIR}

0 commit comments

Comments
 (0)