add curl to the oCIS OCI image

This commit is contained in:
Willy Kloucek
2022-10-07 07:14:37 +02:00
parent c4b09b0e02
commit 503c8a38eb
5 changed files with 10 additions and 16 deletions
+1 -4
View File
@@ -3,10 +3,7 @@ FROM amd64/alpine:3.15
ARG VERSION=""
ARG REVISION=""
RUN apk update && \
apk upgrade && \
apk add ca-certificates mailcap tree attr && \
rm -rf /var/cache/apk/* && \
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
echo 'hosts: files dns' >| /etc/nsswitch.conf
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \