fix Dockerfile

This commit is contained in:
Junya Morioka
2025-05-17 14:42:48 +09:00
parent b2c3d05e7b
commit 32325917da
+1 -2
View File
@@ -39,8 +39,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
RUN add-apt-repository ppa:dotnet/backports
# ubuntu >= 24.04 image has user named 'ubuntu'
RUN usermod -aG sudo ubuntu \
&& usermod -aG docker ubuntu
RUN usermod -aG sudo ubuntu
# Allow sudo without password
RUN echo '%sudo ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers