aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-01-20 02:23:33 +0900
committernsfisis <nsfisis@gmail.com>2025-01-20 02:23:33 +0900
commitdb851c2e63e0025e379ddd02ef295d64a37901d6 (patch)
tree79eeced917ea6154f683a2150a56d2b829605c6c /Dockerfile
parent6a4373396f4fcb9287e20588c236b7346c7e8065 (diff)
downloadphpstudy-N-slides-template-db851c2e63e0025e379ddd02ef295d64a37901d6.tar.gz
phpstudy-N-slides-template-db851c2e63e0025e379ddd02ef295d64a37901d6.tar.zst
phpstudy-N-slides-template-db851c2e63e0025e379ddd02ef295d64a37901d6.zip
allow figbox to load png images
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e73579a..38d7e0a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,3 +12,7 @@ RUN eval $(opam env) && \
satyrographos install --copy
WORKDIR /work
+
+COPY patches/figbox.satyh.patch /root/.satysfi/dist/packages/figbox/figbox.satyh.patch
+RUN cd /root/.satysfi/dist/packages/figbox && \
+ patch -p0 < figbox.satyh.patch