diff --git a/dockerfile b/Dockerfile similarity index 99% rename from dockerfile rename to Dockerfile index 4990c9e..b9c751a 100644 --- a/dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get install -y --no-install-recommends \ python3.10-dev \ python3-pip \ nodejs \ + npm \ golang-go # Create a symbolic link for python pointing to python3.10 diff --git a/README.md b/README.md index c14ba9d..8850a42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# docker-github-runner-linux +# GitHub Runner Linux -Repository for building a self-hosted GitHub runner as a ubuntu linux container +Build a self-hosted GitHub action runner as an Ubuntu linux container ### Build diff --git a/docker-compose.yml b/docker-compose.yml index 9f1d85a..b4464cf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ --- -version: '3.8' +version: '0.0.1' services: runner: