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
The following commit(s) were added to refs/heads/master by this push:
new 69a7b51 Add --force-yes for expired Debian 8 certificate
69a7b51 is described below
commit 69a7b51e85b3680182a4a048d6fc2097dd9d6e47
Author: Andrew Gaul <[email protected]>
AuthorDate: Fri Dec 23 08:48:09 2022 +0900
Add --force-yes for expired Debian 8 certificate
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 7bc1f5b..a4e4963 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM ruby:2.2.5
RUN apt-get update && \
- apt-get install -y rsync
+ apt-get install -y --force-yes rsync
RUN gem install ffi -v 1.12.2 && \
gem install jekyll -v 1.5.1 && \