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 6a034e0 + 02ef726 commit 7754422Copy full SHA for 7754422
Dockerfiles/Dockerfile.jessie
@@ -67,6 +67,18 @@ ENV RUNTIME_TOOLS \
67
curl
68
69
70
+###
71
+### Fix expiring apt keys
72
73
+RUN set -eux \
74
+ && echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until \
75
+ && { \
76
+ echo "deb [trusted=yes] http://deb.debian.org/debian jessie main"; \
77
+ echo "deb [trusted=yes] http://security.debian.org/debian-security jessie/updates main"; \
78
+ echo "deb [trusted=yes] http://deb.debian.org/debian jessie-updates main"; \
79
+ } > /etc/apt/sources.list
80
+
81
82
# As this is the Jessie Version already, we can skip custom OpenSSL installation
83
84
###
0 commit comments