diff options
| author | nsfisis <54318333+nsfisis@users.noreply.github.com> | 2023-06-17 13:33:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-17 13:33:45 +0900 |
| commit | 3000e81d6351aa2e8dff5e40b9ac6e91ea0a0dd3 (patch) | |
| tree | 7d967e32c7dd60143a2f45f96a88079f8580923f /Dockerfile | |
| download | phpstudy-153-slides-3000e81d6351aa2e8dff5e40b9ac6e91ea0a0dd3.tar.gz phpstudy-153-slides-3000e81d6351aa2e8dff5e40b9ac6e91ea0a0dd3.tar.zst phpstudy-153-slides-3000e81d6351aa2e8dff5e40b9ac6e91ea0a0dd3.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 |
