Skip to content

Commit dd592c1

Browse files
committed
a dockerfile for self-hosted runners
1 parent 5a45033 commit dd592c1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ubuntu:latest
2+
3+
RUN true \
4+
&& apt-get update \
5+
&& apt-get install python3 python3-pip \
6+
&& apt-get install -y nodejs npm \
7+
&& true

0 commit comments

Comments
 (0)