pika-debian-bleedingedge/Dockerfile

16 lines
1.4 KiB
Docker
Raw Normal View History

2024-01-12 14:22:46 +01:00
# Debian Sid with expermintal, pika and dmo repos
2024-03-29 22:02:59 +01:00
# Bump for rebuild on 07/01/2024 18:18 UTC +3
2024-01-12 14:22:46 +01:00
FROM debian:sid
RUN apt update
2024-01-12 14:55:42 +01:00
RUN apt install -y wget curl vim sudo systemd ifupdown rsyslog logrotate less bash-completion ca-certificates netbase lsb-release apt-utils gnupg2 apt-transport-https debian-keyring debian-archive-keyring
2024-03-24 18:54:30 +01:00
RUN wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/setup.sh
2024-01-12 14:31:34 +01:00
RUN chmod +x ./setup.sh
2024-01-12 14:22:46 +01:00
RUN ./setup.sh
2024-01-12 14:31:34 +01:00
RUN apt update
RUN apt full-upgrade -y
2024-01-12 14:49:22 +01:00
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
2024-07-21 13:45:31 +02:00
RUN wget https://ppa.pika-os.com/pool/main/p/pika-pbuilder/pika-pbuilder_0.2.34-101pika1_all.deb -O ./pika-pbuilder.deb
2024-07-27 20:59:23 +02:00
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata software-properties-common sudo nodejs npm 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"
2024-08-03 19:01:12 +02:00
# Debian missing Build workaround
2024-08-05 01:00:35 +02:00
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 libsystemd-dev systemd-dev libgps-dev kirigami-addons-dev kirigami2-dev libkirigami-dev qttools5-dev libqt5core5a -o Dpkg::Options::="--force-confnew"