Skip to content

Commit

Permalink
BC-27536: gcompat is required for the build process (on arm macs) for…
Browse files Browse the repository at this point in the history
… the build to produce an artifact that can serve requests (I had it working initially, but removed it because removing it didn't seem to stop the built docker image from starting, unfortunately it started just fine, but didn't respond to requests)

Signed-off-by: Hamish Farrant <[email protected]>
  • Loading branch information
mo5h committed Oct 15, 2024
1 parent 731ec8a commit ec38345
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 ec38345

Please sign in to comment.