
2 changed files with 28 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||
FROM ubuntu:18.04 |
|||
|
|||
RUN apt-get update && \ |
|||
apt-get install software-properties-common -y && \ |
|||
add-apt-repository ppa:fontforge/fontforge -y && \ |
|||
apt-get update && \ |
|||
apt-get install -y --no-install-recommends \ |
|||
fontforge \ |
|||
woff-tools \ |
|||
woff2 \ |
|||
ttfautohint \ |
|||
make \ |
|||
zip |
|||
|
|||
WORKDIR /fantasque |
|||
|
|||
VOLUME /fantasque/Release |
|||
|
|||
COPY . /fantasque |
|||
|
|||
CMD ["make"] |
Loading…
Reference in new issue