Skip to content

Commit

Permalink
Merge pull request #150 from mazrean/fix/ubuntu-23.04
Browse files Browse the repository at this point in the history
sudoのinstall
  • Loading branch information
mazrean authored Apr 11, 2023
2 parents 5b42986 + 5608b0b commit 75a1c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

FROM ubuntu:23.04

RUN apt update && apt install sudo
RUN echo 'ubuntu ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

0 comments on commit 75a1c64

Please sign in to comment.