Add RUNNING_IN_DOCKER env variable
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Elara 2025-02-11 18:25:21 -08:00
parent 25d24eb8d4
commit 59f5178cb6
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ contents:
- ca-certificates-bundle
- tzdata
environment:
RUNNING_IN_DOCKER: true
archs:
- amd64
- arm64

View File

@ -17,6 +17,9 @@ accounts:
gid: 65532
run-as: 65532
environment:
RUNNING_IN_DOCKER: true
archs:
- amd64
- arm64