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

Dockerfile - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff2baef4ffeb208db13ff61e77b95eca9c006bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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