Update Dockerfile

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-08-03 02:20:40 +03:00 committed by GitHub
parent adbe58da26
commit 5cdf02a985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ 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 ./debhelper.deb
RUN apt install -y libc6:amd64 ./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