logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 83e35381814baf4ae5f420531d83c0450716f875
parent: 723f25a9999251b0c3f45c57aa88afa83f315b2d
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun, 23 Apr 2017 11:59:56 +0900

Update CA certificates in Dockerfile (#2339)


Diffstat:

MDockerfile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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/*