We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bf63a commit 684f114Copy full SHA for 684f114
1 file changed
Dockerfile
@@ -22,8 +22,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
22
RUN apk add --no-cache curl bash &&\
23
curl -L -o /usr/local/bin/envcli https://dl.bintray.com/envcli/golang/envcli/v${VERSION}/envcli_linux_amd64 &&\
24
chmod +x /usr/local/bin/envcli &&\
25
- chmod +x /usr/local/bin/docker-entrypoint.sh &&\
26
- apk del curl
+ chmod +x /usr/local/bin/docker-entrypoint.sh
27
28
############################################################
29
# Execution
0 commit comments