We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7419781 commit 82f564cCopy full SHA for 82f564c
deployment/docker/Dockerfile
@@ -26,7 +26,7 @@ RUN dpkg -i pandoc-3.2-1-amd64.deb && rm pandoc-3.2-1-amd64.deb
26
# In the future, we may have to include rust toolchain in the Dockerfile
27
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
28
29
-RUN apt-get update -y && apt-get -y install git build-essential pkg-config libpangocairo-1.0-0
+RUN apt-get update -y && apt-get -y install git cmake build-essential pkg-config libcairo2-dev libpangocairo-1.0-0
30
ADD deployment/docker/REQUIREMENTS.txt /REQUIREMENTS.txt
31
ADD deployment/docker/uwsgi.conf /uwsgi.conf
32
ADD django_project /home/web/django_project
0 commit comments