From: Yamagishi Kazutoshi Date: Sun, 23 Apr 2017 02:59:56 +0000 (+0900) Subject: Update CA certificates in Dockerfile (#2339) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=83e35381814baf4ae5f420531d83c0450716f875;p=mastodon.git Update CA certificates in Dockerfile (#2339) --- diff --git a/Dockerfile b/Dockerfile index f39f9c6bd..9968e8227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*