Merge pull request #2771 from owncloud/docker-image-debugging-tools

add attr and tree as inspection / debugging tools to the docker image
This commit is contained in:
Michael Barz
2021-11-15 13:54:02 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ ARG REVISION=""
RUN apk update && \
apk upgrade && \
apk add ca-certificates mailcap && \
apk add ca-certificates mailcap tree attr && \
rm -rf /var/cache/apk/* && \
echo 'hosts: files dns' >| /etc/nsswitch.conf

View File

@@ -5,7 +5,7 @@ ARG REVISION=""
RUN apk update && \
apk upgrade && \
apk add ca-certificates mailcap && \
apk add ca-certificates mailcap tree attr && \
rm -rf /var/cache/apk/* && \
echo 'hosts: files dns' >| /etc/nsswitch.conf

View File

@@ -5,7 +5,7 @@ ARG REVISION=""
RUN apk update && \
apk upgrade && \
apk add ca-certificates mailcap && \
apk add ca-certificates mailcap tree attr && \
rm -rf /var/cache/apk/* && \
echo 'hosts: files dns' >| /etc/nsswitch.conf