]> cat aescling's git repositories - mastodon.git/commitdiff
Update CA certificates in Dockerfile (#2339)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sun, 23 Apr 2017 02:59:56 +0000 (11:59 +0900)
committerEugen <eugen@zeonfederated.com>
Sun, 23 Apr 2017 02:59:56 +0000 (04:59 +0200)
Dockerfile

index f39f9c6bd25791eb12c753cd87cf9ab9775496c9..9968e82273e2c53aa3001b4f992db0f92c7142c7 100644 (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/*