mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
14 lines
190 B
Docker
14 lines
190 B
Docker
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
|