We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae83f9 commit fb6f143Copy full SHA for fb6f143
Dockerfile
@@ -2,7 +2,7 @@ ARG RUBY_VERSION=2.7
2
FROM ruby:${RUBY_VERSION}
3
4
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)
+RUN test -f /etc/alpine-release || (apt-get update && apt-get install -y ccache)
6
ENV CCACHE_DIR=/ccache
7
8
RUN gem update --system 3.3.26 && gem install bundler -v '~> 2.3.26'
0 commit comments