mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-03 04:11:52 +02:00
13 lines
190 B
Docker
13 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
|