Skip to content

Commit

Permalink
config-merge needs envsubst (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
danb authored Oct 16, 2022
1 parent 8e29c8b commit def5dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions native.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit def5dd9

Please sign in to comment.