This commit is contained in:
2025-11-29 12:43:17 +01:00
parent 21b18fad34
commit 165af5e897
6 changed files with 120 additions and 14 deletions

View File

@@ -2,9 +2,11 @@ FROM ubuntu:22.04 as final
ARG RUNNER_VERSION=0.2.13
ENV DEBIAN_FRONTEND=noninteractive
# needed always
RUN apt-get update && \
apt-get install wget curl software-properties-common golang -y && \
apt-get install wget curl software-properties-common golang mono-complete -y && \
cd ~ && curl -sL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh && \
bash nodesource_setup.sh && apt install nodejs