Skip to content

Commit

Permalink
Merge pull request #2771 from owncloud/docker-image-debugging-tools
Browse files Browse the repository at this point in the history
add attr and tree as inspection / debugging tools to the docker image
  • Loading branch information
micbar authored Nov 15, 2021
2 parents 25c16ea + e91dd8c commit ac7faad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ocis/docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ocis/docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ocis/docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac7faad

Please sign in to comment.