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

This commit is contained in:
Rik Berkelder 2025-01-15 02:08:29 +01:00
parent 0163611495
commit 7706a1f8f3
1 changed files with 1 additions and 1 deletions

View File

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