Add more SDKs (dotnet + java + golan)
This commit is contained in:
parent
a1f8d24ca2
commit
8e2628c5aa
@ -2,7 +2,8 @@ FROM ghcr.io/linuxserver/code-server:latest
|
|||||||
|
|
||||||
# Install own things and dependencies
|
# Install own things and dependencies
|
||||||
RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270 \
|
RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270 \
|
||||||
git wget time autoconf automake flex gawk m4 libltdl-dev libtool-bin libcap2-bin libbz2-dev zlib1g-dev
|
git wget time autoconf automake flex gawk m4 libltdl-dev libtool-bin libcap2-bin libbz2-dev zlib1g-dev \
|
||||||
|
default-jdk openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk golang dotnet-sdk-6.0
|
||||||
|
|
||||||
RUN cd / && git clone https://github.com/wrljet/hercules-helper.git
|
RUN cd / && git clone https://github.com/wrljet/hercules-helper.git
|
||||||
COPY allow-root-build.patch /hercules-helper
|
COPY allow-root-build.patch /hercules-helper
|
||||||
|
Loading…
Reference in New Issue
Block a user