fix(act): add lsb_release
Some checks failed
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest) (push) Successful in 5m18s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest) (push) Successful in 5m34s
Image builds / build_images (caddy) (push) Successful in 17s
Renovate / renovate (push) Successful in 36s
Image builds / build_images (renovate) (push) Successful in 57s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest-amd64) (push) Failing after 10m44s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest-amd64) (push) Failing after 11m31s
Some checks failed
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest) (push) Successful in 5m18s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest) (push) Successful in 5m34s
Image builds / build_images (caddy) (push) Successful in 17s
Renovate / renovate (push) Successful in 36s
Image builds / build_images (renovate) (push) Successful in 57s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest-amd64) (push) Failing after 10m44s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest-amd64) (push) Failing after 11m31s
This commit is contained in:
parent
041f45df9a
commit
782c52f411
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN --mount=type=cache,target=/var/lib/apt \
|
||||||
--mount=type=cache,target=/var/cache/apt \
|
--mount=type=cache,target=/var/cache/apt \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
lsb-release \
|
||||||
sudo \
|
sudo \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
Loading…
Add table
Reference in a new issue