debian bullseye based image

This commit is contained in:
DESKTOP-D454JC1\Makaren0 2023-01-19 17:46:34 +01:00
parent 4d1bc7c868
commit d79c62dbd2

View File

@ -1,11 +1,11 @@
FROM ubuntu:18.04 FROM debian:bullseye-slim
LABEL author="Makaren0" maintainer="Makaffe@hotmail.com" LABEL author="Makaren0" maintainer="Makaffe@hotmail.com"
RUN apt update \ RUN apt update \
&& apt upgrade -y \ && apt upgrade -y \
&& apt install -y unzip lib32gcc1 lib32stdc++6 unzip curl iproute2 tzdata libgdiplus \ && apt install -y unzip lib32gcc1 lib32stdc++6 unzip curl iproute2 tzdata libgdiplus \
&& wget -qO- https://deb.nodesource.com/setup_6.x | bash - \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt install -y nodejs npm \ && apt install -y nodejs npm \
&& mkdir /node_modules \ && mkdir /node_modules \
&& npm install --prefix / ws \ && npm install --prefix / ws \