Fix missing package manager
This commit is contained in:
parent
306e55d866
commit
5a392f8cd9
@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- name: Set up Docker environment
|
||||
run: |
|
||||
apt update && apt upgrade -y && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release
|
||||
apt update && apt upgrade -y && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release python3-pip
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
||||
echo \
|
||||
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian \
|
||||
|
Loading…
Reference in New Issue
Block a user