Skip to content
Snippets Groups Projects
Unverified Commit bcdbcfdb authored by Henning's avatar Henning Committed by GitHub
Browse files

fix: building on Apple M1 was broken (#3293)

parent 54632874
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ FROM base ...@@ -42,7 +42,7 @@ FROM base
# Set a variable for the install location. # Set a variable for the install location.
ARG RAILS_ROOT=/usr/src/app ARG RAILS_ROOT=/usr/src/app
ARG PACKAGES="tzdata curl postgresql-client sqlite-libs yarn nodejs bash" ARG PACKAGES="tzdata curl postgresql-client sqlite-libs yarn nodejs bash gcompat"
ENV RAILS_ENV=production ENV RAILS_ENV=production
ENV BUNDLE_APP_CONFIG="$RAILS_ROOT/.bundle" ENV BUNDLE_APP_CONFIG="$RAILS_ROOT/.bundle"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment