docker file
This commit is contained in:
13
nosleep-oracle/Dockerfile
Normal file
13
nosleep-oracle/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM ubuntu
|
||||
|
||||
RUN apt update && apt upgrade -y && apt install wget -y
|
||||
|
||||
RUN wget https://github.com/layou233/NeverIdle/releases/download/0.2.3/NeverIdle-linux-arm64 -O NeverIdle
|
||||
|
||||
RUN chmod 777 NeverIdle
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN chmod +x test.sh
|
||||
|
||||
ENTRYPOINT ./test.sh
|
||||
Reference in New Issue
Block a user