Update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user