Skip to content

Commit 684f114

Browse files
committed
chore: keep curl in the final image
1 parent b2bf63a commit 684f114

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
2222
RUN apk add --no-cache curl bash &&\
2323
curl -L -o /usr/local/bin/envcli https://dl.bintray.com/envcli/golang/envcli/v${VERSION}/envcli_linux_amd64 &&\
2424
chmod +x /usr/local/bin/envcli &&\
25-
chmod +x /usr/local/bin/docker-entrypoint.sh &&\
26-
apk del curl
25+
chmod +x /usr/local/bin/docker-entrypoint.sh
2726

2827
############################################################
2928
# Execution

0 commit comments

Comments
 (0)