Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion authored Feb 26, 2024
1 parent ec6c811 commit f184dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f184dde

Please sign in to comment.