Update Dockerfile

This commit is contained in:
ferrreo 2024-03-30 15:57:29 +00:00 committed by GitHub
parent 42cb3fb78e
commit 1b1c76f8d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,5 +9,5 @@ RUN ./setup.sh
RUN apt update RUN apt update
RUN apt full-upgrade -y RUN apt full-upgrade -y
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime 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.6-101pika1_all.deb RUN wget https://ppa.pika-os.com/pool/main/p/pika-pbuilder/pika-pbuilder_0.2.7-101pika1_all.deb
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata software-properties-common sudo git bc 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_0.2.6-101pika1_all.deb -o Dpkg::Options::="--force-confnew" RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata software-properties-common sudo git bc 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_0.2.7-101pika1_all.deb -o Dpkg::Options::="--force-confnew"