From acebfbe9ada61f1d28e91b549bf16ea0c4e7d0f4 Mon Sep 17 00:00:00 2001
From: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue, 10 Dec 2024 19:18:25 +0100
Subject: [PATCH] refresh

---
 bionic/Dockerfile   | 4 ++--
 bookworm/Dockerfile | 4 ++--
 bullseye/Dockerfile | 4 ++--
 buster/Dockerfile   | 4 ++--
 focal/Dockerfile    | 4 ++--
 jammy/Dockerfile    | 4 ++--
 noble/Dockerfile    | 4 ++--
 precise/Dockerfile  | 4 ++--
 sid/Dockerfile      | 4 ++--
 stretch/Dockerfile  | 4 ++--
 trusty/Dockerfile   | 4 ++--
 wheezy/Dockerfile   | 4 ++--
 xenial/Dockerfile   | 4 ++--
 13 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/bionic/Dockerfile b/bionic/Dockerfile
index a05e13e..1726eff 100644
--- a/bionic/Dockerfile
+++ b/bionic/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/bookworm/Dockerfile b/bookworm/Dockerfile
index 815c58c..d86ddbc 100644
--- a/bookworm/Dockerfile
+++ b/bookworm/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile
index 4a23265..704295d 100644
--- a/bullseye/Dockerfile
+++ b/bullseye/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang-11 pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang-11 pbuilder cmake
 
 VOLUME /code
 
diff --git a/buster/Dockerfile b/buster/Dockerfile
index 41a0d88..e378f55 100644
--- a/buster/Dockerfile
+++ b/buster/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang-7 pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang-7 pbuilder cmake
 
 VOLUME /code
 
diff --git a/focal/Dockerfile b/focal/Dockerfile
index c5db833..9407535 100644
--- a/focal/Dockerfile
+++ b/focal/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/jammy/Dockerfile b/jammy/Dockerfile
index ff30434..d58ec64 100644
--- a/jammy/Dockerfile
+++ b/jammy/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/noble/Dockerfile b/noble/Dockerfile
index 9b7f951..acdb13b 100644
--- a/noble/Dockerfile
+++ b/noble/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/precise/Dockerfile b/precise/Dockerfile
index 478af2c..b2a1726 100644
--- a/precise/Dockerfile
+++ b/precise/Dockerfile
@@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 # fix repositories
 RUN sed -i -e 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://old-release.ubuntu.com/ubuntu > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/sid/Dockerfile b/sid/Dockerfile
index 09060bf..5d3760e 100644
--- a/sid/Dockerfile
+++ b/sid/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/stretch/Dockerfile b/stretch/Dockerfile
index 21cb77e..7d28b8e 100644
--- a/stretch/Dockerfile
+++ b/stretch/Dockerfile
@@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 # fix repositories
 RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' -e '/security.debian.org/d' -e '/stretch-updates/d' /etc/apt/sources.list
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.debian.org/debian > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang-3.8 pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang-3.8 pbuilder cmake
 
 VOLUME /code
 
diff --git a/trusty/Dockerfile b/trusty/Dockerfile
index a8c948b..9b560c9 100644
--- a/trusty/Dockerfile
+++ b/trusty/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code
 
diff --git a/wheezy/Dockerfile b/wheezy/Dockerfile
index 4c49f9e..6a0b8b9 100644
--- a/wheezy/Dockerfile
+++ b/wheezy/Dockerfile
@@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 # fix repositories
 RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' -e '/security.debian.org/d' -e '/wheezy-updates/d' /etc/apt/sources.list
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.debian.org/debian > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  pbuilder cmake
 
 VOLUME /code
 
diff --git a/xenial/Dockerfile b/xenial/Dockerfile
index aa90537..a45ceae 100644
--- a/xenial/Dockerfile
+++ b/xenial/Dockerfile
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT="2024-11-15"
+ENV REFRESHED_AT="2024-12-10"
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update
 RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder 
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes  clang pbuilder cmake
 
 VOLUME /code