aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-04-08 22:53:07 +0900
committernsfisis <nsfisis@gmail.com>2023-04-11 22:06:56 +0900
commit989992278475aefa0f4679d89896cba462f5de9a (patch)
tree76d390c3231079089fdff4d4a908675788c2ef93 /Dockerfile
parent0ca9e9540dfb4f611aa579293690db0773d376cb (diff)
downloadphpstudy-151-slides-989992278475aefa0f4679d89896cba462f5de9a.tar.gz
phpstudy-151-slides-989992278475aefa0f4679d89896cba462f5de9a.tar.zst
phpstudy-151-slides-989992278475aefa0f4679d89896cba462f5de9a.zip
スライド作成
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..0cbb1ff
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,14 @@
+FROM amutake/satysfi
+
+RUN opam update && \
+ opam install satysfi-base
+
+RUN opam install satysfi-class-slydifi && \
+ opam install satysfi-code-printer && \
+ opam install satysfi-fonts-noto-sans && \
+ opam install satysfi-fonts-noto-sans-cjk-jp
+
+RUN eval $(opam env) && \
+ satyrographos install
+
+WORKDIR /work