From 59f5178cb6ee64108c7c44db65710909189194bf Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Tue, 11 Feb 2025 18:25:21 -0800 Subject: [PATCH] Add RUNNING_IN_DOCKER env variable --- static-root/apko.yaml | 3 +++ static/apko.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/static-root/apko.yaml b/static-root/apko.yaml index fd81d70..8fd10c1 100644 --- a/static-root/apko.yaml +++ b/static-root/apko.yaml @@ -7,6 +7,9 @@ contents: - ca-certificates-bundle - tzdata +environment: + RUNNING_IN_DOCKER: true + archs: - amd64 - arm64 diff --git a/static/apko.yaml b/static/apko.yaml index 63830e3..baec80f 100644 --- a/static/apko.yaml +++ b/static/apko.yaml @@ -17,6 +17,9 @@ accounts: gid: 65532 run-as: 65532 +environment: + RUNNING_IN_DOCKER: true + archs: - amd64 - arm64