mirror of
https://github.com/MrUnknownDE/docker-nodejs.git
synced 2026-04-09 09:53:49 +02:00
add win-node22
This commit is contained in:
@@ -18,7 +18,15 @@ RUN dpkg --add-architecture i386 \
|
||||
# AWS CLI
|
||||
awscli \
|
||||
# Other build essentials
|
||||
build-essential python3 git file xz-utils zip p7zip-full fakeroot \
|
||||
build-essential python3 git file xz-utils zip p7zip-full fakeroot \
|
||||
dpkg rpm libarchive-tools \
|
||||
libfuse2 \
|
||||
pkg-config libudev-dev libusb-1.0-0-dev libsecret-1-dev \
|
||||
xvfb fontconfig \
|
||||
libx11-xcb1 libxss1 libasound2 libnss3 libgtk-3-0 libatk-bridge2.0-0 libgbm1 libxkbcommon0 libdrm2 \
|
||||
make gcc g++ build-essential clang libdbus-1-dev libgtk-3-dev \
|
||||
libnotify-dev libasound2-dev libcap-dev libcups2-dev libxtst-dev \
|
||||
libxss1 libnss3-dev gcc-multilib g++-multilib curl gperf bison python3-dbusmock \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user