We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f8a97 commit 2be82c4Copy full SHA for 2be82c4
docker-environment/Dockerfile.ubuntu
@@ -13,6 +13,6 @@ RUN apt-get install build-essential autoconf dh-autoreconf libcurl4-openssl-dev
13
14
RUN useradd --create-home git-user
15
RUN usermod -aG sudo git-user
16
-RUN echo "%sudo ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers
+RUN echo "%sudo ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
17
USER git-user
18
WORKDIR /home/git-user
0 commit comments