aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authornsfisis <54318333+nsfisis@users.noreply.github.com>2023-07-23 18:33:41 +0900
committerGitHub <noreply@github.com>2023-07-23 18:33:41 +0900
commit97df3dd3e68ec47a15de845e4b36c7bd4a1b6874 (patch)
tree7d967e32c7dd60143a2f45f96a88079f8580923f /Dockerfile
downloadphpstudy-154-slides-97df3dd3e68ec47a15de845e4b36c7bd4a1b6874.tar.gz
phpstudy-154-slides-97df3dd3e68ec47a15de845e4b36c7bd4a1b6874.tar.zst
phpstudy-154-slides-97df3dd3e68ec47a15de845e4b36c7bd4a1b6874.zip
Initial commit
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