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 6b113d7 commit 791f5bcCopy full SHA for 791f5bc
Dockerfile
@@ -7,7 +7,7 @@ FROM iptestground/testground:${TG_VERSION}
7
## Runtime env
8
9
FROM alpine
10
-RUN apk add curl jq
+RUN apk add jq
11
COPY --from=0 /testground /testground
12
COPY entrypoint.sh /entrypoint.sh
13
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments