1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

CI: Update Debian archive keyring for unmaintained containers

This commit is contained in:
Nick Liu
2021-08-31 00:25:17 +02:00
parent 2c44c7602c
commit 5c355d57a3

View File

@@ -53,6 +53,8 @@ jobs:
steps: steps:
- name: Enable Debian backports - name: Enable Debian backports
run: | run: |
apt-get update
apt-get install -y debian-archive-keyring
grep -m1 -P '^deb http://deb.debian.org/debian [a-z]+ main' /etc/apt/sources.list | grep -m1 -P '^deb http://deb.debian.org/debian [a-z]+ main' /etc/apt/sources.list |
awk '$3 = $3"-backports"' >> /etc/apt/sources.list awk '$3 = $3"-backports"' >> /etc/apt/sources.list