From d57fcf068b48677c7ca2cc4a7904fd9435ac4d5c Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 9 Nov 2023 23:54:46 +0000 Subject: [PATCH] Fixing Dockerfile. Updating to version 1.0.6 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 894647e..5d84742 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 a055ba6..2835561 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Docker Github Action Runner -## Version 1.0.5 \ No newline at end of file +## Version 1.0.6 \ No newline at end of file