Allow passwordless sudo. Updating to version 1.0.4
This commit is contained in:
parent
4ce1f1f109
commit
ce8da1ebfc
@ -16,7 +16,8 @@ RUN apt-get -y install vim
|
||||
ARG RUNNER_VERSION="2.311.0"
|
||||
|
||||
# update the base packages and add a non-sudo user
|
||||
RUN apt-get update -y && apt-get upgrade -y && useradd -m docker
|
||||
RUN apt-get update -y && apt-get upgrade -y && useradd -m docker\
|
||||
echo 'docker ALL=(ALL) NOPASSWD:ALL' | tee -a /etc/sudoers
|
||||
|
||||
# install python and the packages the your code depends on along with jq so we can parse JSON
|
||||
# add additional packages as necessary
|
||||
|
Loading…
Reference in New Issue
Block a user