fix: add ca certificates
Some checks failed
the build failed

This commit is contained in:
Jan Christian Gruenhage 2018-04-17 21:03:44 +01:00
parent 33562c57b8
commit f0093ffc6b

View file

@ -11,6 +11,7 @@ RUN apk add --no-cache \
libmagic \ libmagic \
ffmpeg \ ffmpeg \
bash \ bash \
ca-certificates \
&& mkdir /mautrixtelegram && mkdir /mautrixtelegram
WORKDIR /mautrixtelegram WORKDIR /mautrixtelegram