File tree Expand file tree Collapse file tree 13 files changed +26
-26
lines changed
Expand file tree Collapse file tree 13 files changed +26
-26
lines changed Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1111RUN sed -i -e 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
1212RUN rm -rf /var/lib/apt/lists/* && apt-get update
1313RUN 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
1616VOLUME /code
1717
Original file line number Diff line number Diff 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
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN 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
1414VOLUME /code
1515
Original file line number Diff line number Diff 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
1111RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' -e '/security.debian.org/d' -e '/stretch-updates/d' /etc/apt/sources.list
1212RUN rm -rf /var/lib/apt/lists/* && apt-get update
1313RUN 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
1616VOLUME /code
1717
You can’t perform that action at this time.
0 commit comments