Skip to content
Snippets Groups Projects
Commit 7424c465 authored by jurgenhaas's avatar jurgenhaas
Browse files

l3d#57 Install sudo

parent 31255662
No related branches found
Tags v1.6.1
No related merge requests found
Pipeline #32320 passed
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment