This commit is contained in:
Anthony Cicchetti 2020-06-20 21:00:37 -04:00
parent 03866ca9ea
commit 9b7620d8d4

View file

@ -3,7 +3,7 @@ FROM ubuntu:latest as base
ENV TZ=US/Eastern
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update
RUN apt-get install -y build-essential curl zstd git
RUN apt-get install -y build-essential curl git
FROM base as builder
@ -27,7 +27,7 @@ COPY --from=builder /tmp/otfcc/bin/release-x64/otfccdump /usr/local/bin/otfccdum
# NodeJS >= 12.16.0
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs ttfautohint magic-wormhole
RUN apt-get install -y nodejs ttfautohint magic-wormhole zstd
WORKDIR /
ADD ./private-build-plans.toml /