aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/minify
diff options
context:
space:
mode:
authorGravatar Catena cyber <35799796+catenacyber@users.noreply.github.com>2021-02-23 16:35:32 +0100
committerGravatar GitHub <noreply@github.com>2021-02-23 07:35:32 -0800
commite14bf4735ab706d6a9981bedf7d66f6a699de0e2 (patch)
tree94f788ce271d3272a2b2734800cbb5f2ec79f3b1 /projects/minify
parent4e239284e54db26f30e2f2cabe359da0183e423e (diff)
Go 1.16 local builds (#5241)
* Makes vitess build local As it uses vitess.io instead of github * Completes minify project * Completes quic-go * Local build for nats project * Completes ipfs * run go mod tidy after adding go module * Right bash sequence for go mod tidy
Diffstat (limited to 'projects/minify')
-rw-r--r--projects/minify/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/minify/Dockerfile b/projects/minify/Dockerfile
index 79babde3..3f3516ae 100644
--- a/projects/minify/Dockerfile
+++ b/projects/minify/Dockerfile
@@ -16,5 +16,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN git clone --depth 1 https://github.com/tdewolff/minify
+RUN git clone --depth 1 https://github.com/tdewolff/parse
COPY build.sh $SRC/
-WORKDIR $SRC/minify
+WORKDIR $SRC/