Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Rebillout <elboulangero@gmail.com>2020-10-11 22:51:13 +0300
committerGitHub <noreply@github.com>2020-10-11 22:51:13 +0300
commit4a07e09b94a22db7aeb92c30d9d7600433d676c1 (patch)
treedf3c0026eb64a0a5c618a8d209e4cb2f4020d2c1 /Dockerfile
parent64ff09bcba7017fdf01250d86bc9c6d09ce88700 (diff)
Add a dockerfile, document its usage in the readme (#260)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 000000000..ff2baef4f
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,13 @@
+FROM node:buster
+
+RUN apt-get update -y \
+ && apt-get install -y --no-install-recommends \
+ bundler \
+ ruby \
+ ruby-dev \
+ \
+ fontforge \
+ woff-tools \
+ woff2
+
+CMD bash