We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3042a commit 58667f7Copy full SHA for 58667f7
docker/Dockerfile
@@ -13,8 +13,9 @@ COPY Gemfile ./
13
14
RUN apk add --update --no-cache openssh-client make ruby-dev gcc musl-dev && \
15
gem install bundler --user-install && \
16
- bundle install && \
17
- apk del gcc make musl-dev ruby-dev
+ bundle install --no-cache && \
+ apk del gcc make musl-dev ruby-dev && \
18
+ rm -rf /usr/local/bundle/cache /root/.bundle
19
20
# Metadata
21
LABEL org.label-schema.vendor="Sudo-Bot" \
0 commit comments