get rid of debconf warning
Some checks failed
Build And Publish Docker / build (push) Has been cancelled
Some checks failed
Build And Publish Docker / build (push) Has been cancelled
This commit is contained in:
parent
6ac6b5e4ed
commit
4d379a5d9b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
- name: Install deps
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && DEBIAN_FRONTEND=noninteractive sh get-docker.sh
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
|
Loading…
Add table
Reference in a new issue