Skip to content

Commit

Permalink
Use GCC on glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jul 23, 2024
1 parent aae83f9 commit fb6f143
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 @@ -2,7 +2,7 @@ ARG RUBY_VERSION=2.7
FROM ruby:${RUBY_VERSION}

RUN test ! -f /etc/alpine-release || apk add --no-cache build-base bash python3 git curl tar ccache clang
RUN test -f /etc/alpine-release || (apt-get update && apt-get install -y ccache clang)
RUN test -f /etc/alpine-release || (apt-get update && apt-get install -y ccache)
ENV CCACHE_DIR=/ccache

RUN gem update --system 3.3.26 && gem install bundler -v '~> 2.3.26'
Expand Down

0 comments on commit fb6f143

Please sign in to comment.