cleanup
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-11-02 00:05:06 +01:00
parent 74b2463525
commit 50c8d800c9
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ RUN apk --update add curl && \
curl -SsL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-linux-amd64" && \
chmod 755 /usr/local/bin/gomplate && \
chmod 755 /usr/local/bin/url-parser && \
chmod 755 /usr/local/bin/wait-for && \
rm -rf /var/cache/apk/* && \
rm -rf /tmp/*