mirror of
https://github.com/Adam-Ant/QuotesDB
synced 2024-11-05 02:46:22 +00:00
Add ca-certificates for telegram
This commit is contained in:
parent
579957a036
commit
14bdd69cdf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user