Skip to content

Commit acebfbe

Browse files
committed
refresh
1 parent 18c75c4 commit acebfbe

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

bionic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake
1313

1414
VOLUME /code
1515

bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake
1313

1414
VOLUME /code
1515

bullseye/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-11 pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-11 pbuilder cmake
1313

1414
VOLUME /code
1515

buster/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-7 pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-7 pbuilder cmake
1313

1414
VOLUME /code
1515

focal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake
1313

1414
VOLUME /code
1515

jammy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake
1313

1414
VOLUME /code
1515

noble/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake
1313

1414
VOLUME /code
1515

precise/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
# fix repositories
1111
RUN sed -i -e 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
1212
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1313
RUN echo MIRRORSITE=http://old-release.ubuntu.com/ubuntu > /etc/pbuilderrc
14-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
14+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake
1515

1616
VOLUME /code
1717

sid/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
12-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake
1313

1414
VOLUME /code
1515

stretch/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2024-11-15"
8+
ENV REFRESHED_AT="2024-12-10"
99

1010
# fix repositories
1111
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
1212
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1313
RUN echo MIRRORSITE=http://archive.debian.org/debian > /etc/pbuilderrc
14-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-3.8 pbuilder
14+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-3.8 pbuilder cmake
1515

1616
VOLUME /code
1717

0 commit comments

Comments
 (0)