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 71fe2fe commit 20a0565Copy full SHA for 20a0565
Dockerfile-alpine
@@ -9,7 +9,9 @@ COPY . /devdocs
9
10
RUN apk --update add nodejs build-base libstdc++ gzip git zlib-dev libcurl && \
11
gem install bundler && \
12
- bundle install --system --without test && \
+ bundle config set path.system true && \
13
+ bundle config set without 'test' && \
14
+ bundle install && \
15
thor docs:download --all && \
16
thor assets:compile && \
17
apk del gzip build-base git zlib-dev && \
0 commit comments