diff --git a/Dockerfile b/Dockerfile index 162f5dd..894647e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ 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 diff --git a/README.md b/README.md index 2c016e7..a055ba6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Docker Github Action Runner -## Version 1.0.4 \ No newline at end of file +## Version 1.0.5 \ No newline at end of file