Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 890a6fe6d1 | |||
| ea67d02a66 |
@@ -10,9 +10,8 @@ on:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
# see on runner /data/.runner to add label (test=test:docker://debian:bullseye)
|
||||
runs-on: test
|
||||
#runs-on: ubuntu-latest:docker://node:16-bullseye
|
||||
#runs-on: ubuntu-latest:docker://debian:bullseye
|
||||
steps:
|
||||
|
||||
- name: Print version and repository
|
||||
@@ -21,7 +20,7 @@ jobs:
|
||||
- name: Install Docker engine
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get -y install curl dnsutils
|
||||
apt-get -y install ca-certificates curl gnupg dnsutils
|
||||
install -m 0755 -d /etc/apt/keyrings
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||
chmod a+r /etc/apt/keyrings/docker.gpg
|
||||
|
||||
Reference in New Issue
Block a user