From 79a12b4a2418d9d30bbf845a27e89e2e112b7df1 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:28:49 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 50a4cdd..d24e8bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ # We just want ubuntu with our apt packages already included +# Bump for rebuild on 26/02/2024 16:27 UTC +3 FROM ubuntu:23.10 RUN apt-get -y update RUN apt-get -y install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev debhelper libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar dpkg-sig -y