summaryrefslogtreecommitdiff
path: root/iosevka/Containerfile
diff options
context:
space:
mode:
authorGrégoire Duchêne <gregoire@awhk.org>2026-08-29 14:28:56 +0100
committerGrégoire Duchêne <gregoire@awhk.org>2026-08-29 14:28:56 +0100
commit66b41619f406b74b2c08d0719ff2d14314e3e81a (patch)
tree3c02043b737c78f20df646fb5f17e283a5be6553 /iosevka/Containerfile
parent51ef731881fe42b5e97a3a014f9253c14eec5c3f (diff)
Add Iosevka configuration
Diffstat (limited to 'iosevka/Containerfile')
-rw-r--r--iosevka/Containerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/iosevka/Containerfile b/iosevka/Containerfile
new file mode 100644
index 0000000..f7194a4
--- /dev/null
+++ b/iosevka/Containerfile
@@ -0,0 +1,9 @@
+FROM node:lts-slim
+
+ENV DEBIAN_FRONTEND=noninteractive
+RUN apt update
+RUN apt install --no-install-recommends --yes curl ca-certificates ttfautohint
+COPY build.sh /usr/bin/build-iosevka.sh
+
+WORKDIR /work
+ENTRYPOINT /usr/bin/build-iosevka.sh