2024-01-12 14:22:46 +01:00
|
|
|
# Debian Sid with expermintal, pika and dmo repos
|
2024-01-07 16:18:42 +01:00
|
|
|
# Bump for rebuild on 07/01/2024 18:17 UTC +3
|
2024-01-12 14:22:46 +01:00
|
|
|
FROM debian:sid
|
|
|
|
RUN apt update
|
2024-01-12 14:51:49 +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 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 reprepro devscripts dh-make rpm2cpio
|
2024-01-12 14:31:34 +01:00
|
|
|
RUN wget https://github.com/CosmicFusion/debian-bleedingedge/raw/main/setup.sh
|
|
|
|
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
|
|
|
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|