From 306f207bee87b8c2c1a3ee010c87d87c56338943 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:32:08 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcc18c1..ba3a6c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Debian Sid with expermintal, pika and dmo repos # Bump for rebuild on 07/01/2024 18:18 UTC +3 -FROM rootfs-base-debian +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 RUN wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/setup.sh