*: initial commit
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM docker.gitea.com/runner-images:ubuntu-latest
|
||||
|
||||
RUN sudo sed -i 's@http://archive.ubuntu.com@http://mirror.kku.ac.th@g' /etc/apt/sources.list.d/ubuntu.sources
|
||||
RUN sudo apt update && sudo apt upgrade -y
|
||||
RUN sudo apt install nodejs npm curl -y
|
||||
Reference in New Issue
Block a user