add attr and tree as inspection / debugging tools to the docker image

This commit is contained in:
Willy Kloucek
2021-11-15 13:10:10 +01:00
parent 25c16ea50a
commit e91dd8c57d
3 changed files with 3 additions and 3 deletions
+1 -1
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