Skip to content

Commit

Permalink
Adds gcompat, necessary for building nokogiri in docker on apple sili…
Browse files Browse the repository at this point in the history
…con machines (#3245)
  • Loading branch information
spencerldixon authored Jul 31, 2024
1 parent 074bb8a commit da985cf
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
Expand Up @@ -23,7 +23,7 @@ RUN echo "sha-${SHA}" > /etc/school-experience-sha
RUN apk update && apk add -Uu --no-cache zlib-dev busybox ncurses

# hadolint ignore=DL3018
RUN apk add -U --no-cache bash build-base git tzdata libxml2 libxml2-dev \
RUN apk add -U --no-cache bash build-base git tzdata libxml2 libxml2-dev gcompat \
postgresql-libs postgresql-dev nodejs yarn \
chromium chromium-chromedriver

Expand Down

0 comments on commit da985cf

Please sign in to comment.