remove unnecessary deps
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2020-01-20 13:16:53 +01:00
parent 5196d24c99
commit 936339d55e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
RUN addgroup -g 101 -S app && \
adduser -S -D -H -u 101 -h /app -s /sbin/nologin -G app -g app app && \
apk --update add --virtual .build-deps tar curl && \
apk --update add openssl postgresql-libs ca-certificates && \
apk --update add ca-certificates && \
curl -SsL -o /usr/local/bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v3.5.0/gomplate_linux-amd64-slim && \
chmod 755 /usr/local/bin/gomplate && \
apk del .build-deps && \