diff --git a/Dockerfile b/Dockerfile index f3e8cd386faf5112f2a6549125b09cc1261264ee..8ca11039af7c9f354ca79e9f986584c5c5bb25fd 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 mdocml-apropos openssh wget make patch bash fish python3 git git-lfs unzip acl libpng-dev libzip-dev && \ + apk add --no-cache mdocml-apropos openssh wget make patch bash fish python3 git git-lfs unzip acl libpng-dev libzip-dev sudo && \ if [ "${PHP_MAJOR_VERSION}" = "7.3" ]; then \ apk add --no-cache gnu-libiconv ; \ fi && \