This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds-site.git
commit aa855629f7cbbc89a8c5cd558780fc657feb3513 Author: Andrew Gaul <[email protected]> AuthorDate: Sun Feb 9 10:29:55 2025 -0800 Use archive.debian.org for antique version --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index a4e4963..54f2c1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM ruby:2.2.5 +# Packages moved to archive.debian.org. Work around KEYEXPIRED error via: https://unix.stackexchange.com/a/755022/290212 +RUN echo 'deb [trusted=yes] http://archive.debian.org/debian jessie main' > /etc/apt/sources.list +RUN echo 'deb [trusted=yes] http://archive.debian.org/debian-security jessie/updates main' >> /etc/apt/sources.list RUN apt-get update && \ apt-get install -y --force-yes rsync
