docker.sock inside container ?
This commit is contained in:
parent
9e03158f81
commit
bf6fee36c0
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ jobs:
|
||||||
# Debian is often a good balance between size and available packages.
|
# Debian is often a good balance between size and available packages.
|
||||||
# You're using `apk` (Alpine Linux package manager) in an Ubuntu container, which will fail.
|
# You're using `apk` (Alpine Linux package manager) in an Ubuntu container, which will fail.
|
||||||
image: debian:stable-slim # or debian:bookworm-slim, or even a specific Node.js image if you mainly need Node.js
|
image: debian:stable-slim # or debian:bookworm-slim, or even a specific Node.js image if you mainly need Node.js
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
- name: Install build dependencies (apt)
|
- name: Install build dependencies (apt)
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue