parent
f26bc2f418
commit
290926b2da
@ -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