From 9b7620d8d40a38104fd177860b3c62e8719805e3 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sat, 20 Jun 2020 21:00:37 -0400 Subject: [PATCH] Fix? --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52f2dc8..33c59b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /