Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Élus Étudiants
Site des élu·e·s
Commits
5dcc42ae
Commit
5dcc42ae
authored
Apr 26, 2020
by
Andres Maldonado
Browse files
[Dockerfile.build] Remove Bundle cache
parent
c3a4eb7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.build
View file @
5dcc42ae
# WIP
FROM ruby:2.7-alpine3.11 as base
LABEL maintainer="amaldona@tutanota.com"
...
...
@@ -11,7 +9,7 @@ COPY Gemfile /root/
WORKDIR /root/
RUN bundle install
RUN bundle install
&& rm -rf /usr/local/bundle/cache
FROM base
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment