added cairo to Dockerfile to fix preview issue
All checks were successful
mkdocs build / build (push) Successful in 1m22s

This commit is contained in:
Bryan Zuelly 2024-10-02 23:04:59 -04:00
parent 0f69c874bf
commit e80ac9785b
Signed by: codedude
GPG Key ID: 11A77F7DFDAEC94F

View File

@ -1,7 +1,7 @@
FROM rockylinux:9 FROM rockylinux:9
RUN dnf update -y &&\ RUN dnf update -y &&\
dnf install -y git python3-pip &&\ dnf install -y git python3-pip cairo &&\
dnf clean all dnf clean all
# bind volume $CWD > /wiki exists in docker-compose.yml # bind volume $CWD > /wiki exists in docker-compose.yml