setup-frontend-environment #21

Merged
kasun merged 5 commits from setup-frontend-environment into main 2026-03-24 04:21:47 +01:00
Showing only changes of commit 1aa413022f - Show all commits
@@ -8,9 +8,10 @@ FROM lscr.io/linuxserver/code-server:latest
USER root
RUN apt update && apt install -y \
openjdk-25-jdk maven \
nodejs npm \
&& npm install -g yarn \
curl ca-certificates \
openjdk-25-jdk \
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
&& apt install -y nodejs \
&& rm -rf /var/lib/apt/lists/*
ENV JAVA_HOME=/usr/lib/jvm/java-25-openjdk-amd64