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