We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69ccc11 + 42a38b4 commit e5794acCopy full SHA for e5794ac
1 file changed
Dockerfiles/Dockerfile.jessie
@@ -66,6 +66,18 @@ ENV RUNTIME_TOOLS \
66
curl
67
68
69
+###
70
+### Fix expiring apt keys
71
72
+RUN set -eux \
73
+ && echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until \
74
+ && { \
75
+ echo "deb [trusted=yes] http://deb.debian.org/debian jessie main"; \
76
+ echo "deb [trusted=yes] http://security.debian.org/debian-security jessie/updates main"; \
77
+ echo "deb [trusted=yes] http://deb.debian.org/debian jessie-updates main"; \
78
+ } > /etc/apt/sources.list
79
+
80
81
###
82
### Build OpenSSL
83
0 commit comments