Skip to content

Commit 791f5bc

Browse files
author
Cory Schwartz
committed
dont install curl
1 parent 6b113d7 commit 791f5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM iptestground/testground:${TG_VERSION}
77
## Runtime env
88

99
FROM alpine
10-
RUN apk add curl jq
10+
RUN apk add jq
1111
COPY --from=0 /testground /testground
1212
COPY entrypoint.sh /entrypoint.sh
1313
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)