From adbe58da26bb47f04fd6c89c6a1227c79ea3d0da Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 3 Aug 2024 02:12:11 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 74cfbb6..9bc5d9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,13 +7,13 @@ RUN chmod +x ./setup.sh RUN ./setup.sh RUN apt update RUN wget http://ftp.us.debian.org/debian/pool/main/d/debhelper/debhelper_13.16_all.deb -O ./debhelper.deb -RUN apt install -y libc6:i386=2.39-6 libc-bin:i386=2.39-6 libc6-dev:i386=2.39-6 libc6:amd64=2.39-6 ./debhelper.deb +RUN apt install -y ./debhelper.deb RUN apt full-upgrade -y RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime RUN wget https://ppa.pika-os.com/pool/main/p/pika-pbuilder/pika-pbuilder_0.2.34-101pika1_all.deb -O ./pika-pbuilder.deb RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata software-properties-common sudo devscripts git eatmydata bc cowbuilder gpg gpg-agent bison build-essential ccache cmake cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar aptly devscripts dh-make rpm2cpio ./pika-pbuilder.deb -o Dpkg::Options::="--force-confnew" # GTK4 Build workaround -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libdrm-dev gir1.2-gudev-1.0 libgudev-1.0-0 libgudev-1.0-dev libgbm-dev libgbm1 -o Dpkg::Options::="--force-confnew" +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libdrm-dev gir1.2-gudev-1.0 libgudev-1.0-0 libgudev-1.0-dev libgbm-dev libgbm1 systemd-dev libgps-dev kirigami-addons-dev -o Dpkg::Options::="--force-confnew" RUN apt install nodejs:amd64 -y RUN mkdir -p /__e/node16/bin/ RUN ln -sfv /usr/bin/node /__e/node16/bin/