chore: remove unneeded stuff

This commit is contained in:
Michael Barz
2024-10-21 22:46:06 +02:00
parent 9ac104f32a
commit 35578a0ecc
45 changed files with 6 additions and 655 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM amd64/alpine:3.20
ARG VERSION=""
ARG REVISION=""
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash libc6-compat vips && \
RUN apk add --no-cache attr bash ca-certificates curl inotify-tools libc6-compat mailcap tree vips && \
echo 'hosts: files dns' >| /etc/nsswitch.conf
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \