aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authornsfisis <54318333+nsfisis@users.noreply.github.com>2023-08-13 12:34:16 +0900
committerGitHub <noreply@github.com>2023-08-13 12:34:16 +0900
commit20566f4cd6766d2196745df501f4eda2b42e08f0 (patch)
tree662b59912cae62498db828259f38e65ab99ec58d /Dockerfile
downloadphpstudy-155-slides-20566f4cd6766d2196745df501f4eda2b42e08f0.tar.gz
phpstudy-155-slides-20566f4cd6766d2196745df501f4eda2b42e08f0.tar.zst
phpstudy-155-slides-20566f4cd6766d2196745df501f4eda2b42e08f0.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