From f2d8b538aefd749f617ac932303d1b25adab6dd2 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:31:34 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 58cd683..71d0f77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ # 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 -RUN wget https://github.com/Jguer/yay/releases/download/v12.2.0/yay_12.2.0_x86_64.tar.gz +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