Skip to content

Commit 82f564c

Browse files
authored
Update Dockerfile to include libcairo2-dev
1 parent 7419781 commit 82f564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN dpkg -i pandoc-3.2-1-amd64.deb && rm pandoc-3.2-1-amd64.deb
2626
# In the future, we may have to include rust toolchain in the Dockerfile
2727
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
2828

29-
RUN apt-get update -y && apt-get -y install git build-essential pkg-config libpangocairo-1.0-0
29+
RUN apt-get update -y && apt-get -y install git cmake build-essential pkg-config libcairo2-dev libpangocairo-1.0-0
3030
ADD deployment/docker/REQUIREMENTS.txt /REQUIREMENTS.txt
3131
ADD deployment/docker/uwsgi.conf /uwsgi.conf
3232
ADD django_project /home/web/django_project

0 commit comments

Comments
 (0)