Browse Source

Update CA certificates in Dockerfile (#2339)

closed-social-glitch-2
Yamagishi Kazutoshi 7 years ago
committed by Eugen
parent
commit
83e3538181
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile View File

@ -29,11 +29,13 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
ffmpeg \
file \
imagemagick@edge \
ca-certificates \
&& npm install -g npm@3 && npm install -g yarn \
&& bundle install --deployment --without test development \
&& yarn --ignore-optional \
&& yarn cache clean \
&& npm -g cache clean \
&& update-ca-certificates \
&& apk del $BUILD_DEPS \
&& rm -rf /tmp/* /var/cache/apk/*

Loading…
Cancel
Save