Merge branch 'develop' into feat/nonrootuser

This commit is contained in:
2024-02-26 14:43:10 +01:00
8 changed files with 6486 additions and 11789 deletions

View File

@ -7,7 +7,7 @@ ARG https_proxy=
RUN apt-get update && apt-get install -y build-essential git bash curl python2
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs
COPY . /src