bob
This commit is contained in:
10
gitea-runner/Java17Dockerfile
Normal file
10
gitea-runner/Java17Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM git.rainnny.club/rainnny/gitea-runner:docker
|
||||
|
||||
# Update & Install packages
|
||||
RUN apt-get update -y \
|
||||
&& apt-get install lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 iproute2 libstdc++6 wget openjdk-17-jre maven -y
|
||||
|
||||
# Install NodeJS
|
||||
RUN curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh
|
||||
RUN bash /tmp/nodesource_setup.sh
|
||||
RUN apt install nodejs -y
|
Reference in New Issue
Block a user