Commit b25c8fa 1 parent ced93b0 commit b25c8fa Copy full SHA for b25c8fa
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:buster
3
3
EXPOSE 2244
4
4
ENV DEBIAN_FRONTEND=noninteractive
5
5
RUN apt-get -y update
6
- RUN apt-get -y install git python3-dev python3-venv python3-pip libcairo-dev libpango1.0-dev locales
6
+ RUN apt-get -y install git python3-dev python3-venv python3-pip libcairo-dev libpango1.0-dev libjpeg-dev locales
7
7
8
8
RUN sed -i -e 's/# fr_FR.UTF-8 UTF-8/fr_FR.UTF-8 UTF-8/' /etc/locale.gen && \
9
9
dpkg-reconfigure --frontend=noninteractive locales && \
@@ -15,4 +15,4 @@ ENV LC_ALL fr_FR.UTF-8
15
15
COPY ./ /srv/copanier
16
16
RUN cd /srv/copanier/ && python3 -m venv /srv/copanier-venv && . /srv/copanier-venv/bin/activate && pip install wheel gunicorn && pip install -e .
17
17
18
- RUN dpkg-reconfigure locales
18
+ RUN dpkg-reconfigure locales
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ install_requires =
17
17
debts ==0.5
18
18
emails ==0.6
19
19
Weasyprint ==51
20
+ MarkupSafe ==2.0.1
20
21
21
22
[options.extras_require]
22
23
dev =
You can’t perform that action at this time.
0 commit comments