Skip to content

Commit

Permalink
fix(dockerfile): Add alpine compat package to fix nokogiri dep on arm…
Browse files Browse the repository at this point in the history
…64 arch (#83)
  • Loading branch information
naqvis authored Sep 15, 2022
1 parent 4f7babb commit 4614fb4
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 @@ -43,7 +43,7 @@ WORKDIR $APP_DIR
ENV BUNDLE_APP_CONFIG="$APP_DIR/.bundle"

# install packages
ARG PACKAGES="tzdata libxml2 libxslt"
ARG PACKAGES="tzdata libxml2 libxslt libc6-compat"
RUN apk update \
&& apk upgrade \
&& apk add --update --no-cache $PACKAGES
Expand Down

0 comments on commit 4614fb4

Please sign in to comment.