From a74ba6ee8e7d5a1dbdbf3197626d570da3a25d8a Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:55:42 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e89a148..f85b502 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,11 @@ # Bump for rebuild on 07/01/2024 18:17 UTC +3 FROM debian:sid RUN apt update -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 +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 RUN wget https://github.com/CosmicFusion/debian-bleedingedge/raw/main/setup.sh RUN chmod +x ./setup.sh RUN ./setup.sh RUN apt update RUN apt full-upgrade -y RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata +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 reprepro devscripts dh-make rpm2cpio