Update Dockerfile

Not Required
This commit is contained in:
RVG|lory 2023-04-15 17:15:57 +02:00 committed by GitHub
parent 386b5351cd
commit 64c08e6bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
FROM node:18.15.0-buster-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN npm i -g npm@latest
RUN dpkg-reconfigure -p critical dash
RUN for i in $(seq 1001 1500); do \
groupadd -g $i runner$i && \