Skip to content

Commit

Permalink
Merge pull request #134 from bugcrowd/BC-27536-minor-adjustment-to-do…
Browse files Browse the repository at this point in the history
…cker-files-to-fix-local-builds

Bc 27536 minor adjustment to docker files to fix local builds
  • Loading branch information
mo5h authored Nov 3, 2024
2 parents 06894eb + ec38345 commit 4dcbe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ruby:3.1.2-alpine AS builder
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
ENV APP_DIR=/app

RUN mkdir ${APP_DIR}
Expand Down

0 comments on commit 4dcbe77

Please sign in to comment.