mirror of
https://github.com/MrUnknownDE/docker-nodejs.git
synced 2026-04-09 09:53:49 +02:00
reverse last push :D
This commit is contained in:
@@ -18,12 +18,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
|
||||
&& corepack enable \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 2) Build- & Packaging-Deps (für electron-builder Linux Targets)
|
||||
# - AppImage benötigt FUSE -> libfuse2
|
||||
# - deb: dpkg, fakeroot
|
||||
# - rpm: rpm
|
||||
# - native modules: build-essential, python3, pkg-config, libudev-dev, libusb-1.0-0-dev, libsecret-1-dev
|
||||
# - optional runtime libs für Tests/Headless-Runs
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential python3 git file xz-utils zip p7zip-full fakeroot \
|
||||
dpkg rpm libarchive-tools \
|
||||
|
||||
Reference in New Issue
Block a user