Skip to content

Commit fb6f143

Browse files
committed
Use GCC on glibc
1 parent aae83f9 commit fb6f143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG RUBY_VERSION=2.7
22
FROM ruby:${RUBY_VERSION}
33

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

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

0 commit comments

Comments
 (0)