diff options
| author | nsfisis <54318333+nsfisis@users.noreply.github.com> | 2024-10-26 17:53:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 17:53:46 +0900 |
| commit | 9fbc7168397ff77c015e34c863d4631335132d38 (patch) | |
| tree | dfb1e3cfe29df7051052e4ad9971f6c3772268ed /Dockerfile | |
| download | phpstudy-169-slides-9fbc7168397ff77c015e34c863d4631335132d38.tar.gz phpstudy-169-slides-9fbc7168397ff77c015e34c863d4631335132d38.tar.zst phpstudy-169-slides-9fbc7168397ff77c015e34c863d4631335132d38.zip | |
Initial commit
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 14 |
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 |
