Skip to content

Commit

Permalink
Install npm in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Sep 1, 2024
1 parent 197bd4b commit b15e7b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '3.8'
version: '0.0.1'

services:
runner:
Expand Down

0 comments on commit b15e7b2

Please sign in to comment.