Added the debugging to full ocis docker example

This commit is contained in:
Roman Perekhod
2024-07-22 13:25:17 +02:00
parent 379649f495
commit 54524567a5
7 changed files with 56 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ FROM amd64/alpine:3.18
ARG VERSION=""
ARG REVISION=""
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash && \
RUN apk add --no-cache ca-certificates mailcap tree attr curl inotify-tools bash libc6-compat && \
echo 'hosts: files dns' >| /etc/nsswitch.conf
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \