diff --git a/Dockerfile b/Dockerfile index 6a426904dd29326d0be99387f4c543c0c32b02ca..e90020f91ffb94fd39fc5f04b393549b9087bdf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ echo "StrictHostKeyChecking no" >> /root/.ssh/config && \ \ apk update && \ - apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq && \ + apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq nano && \ if [ "${ALPINE_VERSION}" = "3.12" ]; then \ apk add --no-cache mandoc ; \ else \