Skip to content

Commit

Permalink
Add tar to the packaged container image
Browse files Browse the repository at this point in the history
This is required for `kubectl cp` command.

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed Jan 19, 2023
1 parent 89e14ed commit 3b32c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.suse.com/bci/bci-base:15.4

RUN zypper -n rm container-suseconnect && \
zypper -n install zip curl which && \
zypper -n install zip curl which tar && \
zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*

ARG ARCH=amd64
Expand Down

0 comments on commit 3b32c66

Please sign in to comment.