From d79c62dbd275ddbf80d1cfdbcc6f534fa91bee16 Mon Sep 17 00:00:00 2001 From: "DESKTOP-D454JC1\\Makaren0" Date: Thu, 19 Jan 2023 17:46:34 +0100 Subject: [PATCH] debian bullseye based image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad7c895..0e065e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM ubuntu:18.04 +FROM debian:bullseye-slim LABEL author="Makaren0" maintainer="Makaffe@hotmail.com" RUN apt update \ && apt upgrade -y \ && 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 \ && mkdir /node_modules \ && npm install --prefix / ws \