diff --git a/Dockerfile b/Dockerfile index ead7701..75b6417 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:23.10 RUN DEBIAN_FRONTEND=noninteractive apt-get -y update RUN DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common sudo git bc gpg gpg-agent wget -y # Install Pika Apt Sources -RUN wget https://ppa.pika-os.com/dists/lunar/pika-sources.deb +RUN wget https://ppa.pika-os.com/dists/pikauwu/pika-sources.deb RUN DEBIAN_FRONTEND=noninteractive apt-get install ./pika-sources.deb --yes --option Acquire::Retries=5 --option Acquire::http::Timeout=100 --option Dpkg::Options::="--force-confnew" RUN rm -rf ./pika-sources.deb RUN DEBIAN_FRONTEND=noninteractive apt-get -y update