Fix: use docker-ce-cli instead of docker.io
Some checks failed
Build ts3query-proxy / build (push) Failing after 24s
Some checks failed
Build ts3query-proxy / build (push) Failing after 24s
This commit is contained in:
parent
7ddcf7b95d
commit
8894916d03
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
run: git clone --depth 1 https://git.joshuahirsig.xyz/docker/ts3query-proxy.git .
|
||||
|
||||
- name: Install Docker CLI
|
||||
run: apt-get update -qq && apt-get install -y -qq docker.io >/dev/null
|
||||
run: apt-get update -qq && apt-get install -y -qq ca-certificates curl gnupg >/dev/null && install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list && apt-get update -qq && apt-get install -y -qq docker-ce-cli >/dev/null
|
||||
|
||||
- name: Build and push
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue