Added dependencies for debian 11

This commit is contained in:
DESKTOP-D454JC1\Makaren0 2023-01-19 17:55:37 +01:00
parent d79c62dbd2
commit 80144d49da

View File

@ -4,7 +4,7 @@ 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 \ && dpkg --add-architecture i386; apt update -y; apt install -y curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc-s1 lib32stdc++6 lib32z1\
&& curl -sL 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 \