We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2cafa commit b726812Copy full SHA for b726812
components/ipfs/ipfs-cluster/leeway.Dockerfile
@@ -6,6 +6,8 @@ ARG VERSION
6
7
FROM alpine as dependencies
8
9
+ENV TRIGGER_REBUILD=0
10
+
11
RUN apk add -U wget
12
13
RUN wget -O /jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \
components/ipfs/kubo/leeway.Dockerfile
0 commit comments