probably good to -yqq both apt installs
Some checks failed
Deploy / Deploy (push) Failing after 15s

This commit is contained in:
Rik Berkelder 2025-01-15 02:08:29 +01:00
parent 0163611495
commit 7706a1f8f3

View File

@ -11,7 +11,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install ca-certificates curl
apt-get install -yqq ca-certificates curl
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc