Fix?
This commit is contained in:
parent
03866ca9ea
commit
9b7620d8d4
1 changed files with 2 additions and 2 deletions
|
@ -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 /
|
||||
|
|
Loading…
Add table
Reference in a new issue