From def5dd9f342da77c0954be462456a72e5cb5590c Mon Sep 17 00:00:00 2001 From: danb Date: Sat, 15 Oct 2022 21:46:33 -0400 Subject: [PATCH] config-merge needs envsubst (#2) --- Dockerfile | 1 + native.Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9da59a0..3bc2638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ COPY --from=busybox-min /busybox/busybox /busybox/busybox # Add config-merge COPY --from=config-merge /usr/local/config-merge /usr/local/config-merge COPY --from=config-merge /usr/local/bin/config-merge /usr/local/bin/config-merge +COPY --from=config-merge /usr/local/bin/envsubst /usr/local/bin/envsubst # Add dasel RUN if [ "$(uname -m)" = "aarch64" ]; then \ diff --git a/native.Dockerfile b/native.Dockerfile index 39aa0b1..f8eedd6 100644 --- a/native.Dockerfile +++ b/native.Dockerfile @@ -22,6 +22,7 @@ COPY --from=busybox-min /busybox/busybox /busybox/busybox # Add config-merge COPY --from=config-merge /usr/local/config-merge /usr/local/config-merge COPY --from=config-merge /usr/local/bin/config-merge /usr/local/bin/config-merge +COPY --from=config-merge /usr/local/bin/envsubst /usr/local/bin/envsubst # Add dasel RUN if [ "$(uname -m)" = "aarch64" ]; then \