You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apk --no-cache add nodejs git g++ make postgresql-dev sqlite-dev tzdata file imagemagick yaml-dev libffi-dev
WORKDIR /app
COPY Gemfile /app
COPY Gemfile.lock /app
VOLUME /app/public/system
RUN bundle config --local build.sassc --disable-march-tune-native
RUN bundle config set force_ruby_platform true
# For some reason bigdecimal needs to be installed seperatly - otherwise docker build segfaults (On a macbook pro M2 Pro on linux/amd64 - linux/arm64 works fine)