1
0
mirror of https://github.com/Adam-Ant/QuotesDB synced 2024-06-14 04:57:24 +00:00

Add ca-certificates for telegram

This commit is contained in:
Adam Dodman 2017-10-20 21:28:55 +01:00
parent 579957a036
commit 14bdd69cdf

View File

@ -4,7 +4,7 @@ MAINTAINER Adam Dodman <"adam.dodman@gmx.com">
COPY . /quotedb/
RUN apk add --no-cache python3 py3-pip tini gcc python3-dev libc-dev libffi-dev \
RUN apk add --no-cache python3 py3-pip tini gcc python3-dev libc-dev ca-certificates libffi-dev \
&& pip3 install -r /quotedb/requirements.txt \
&& ln -s /quotedb/adduser.py /usr/bin/quote-adduser