Add a dockerfile, document its usage in the readme (#260)
parent
64ff09bcba
commit
4a07e09b94
2 changed files with 34 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue