Skip to content

Commit 87a8fc8

Browse files
shjalaeriknordmark
authored andcommitted
debug : add GNU tar to the container
Add GNU tar to the container, otherwise running collect-info.sh script while the device is offline fails to gzip the collected logs, because the BusyBox tar lacks some features compared to GNU version. Signed-off-by: Shahriyar Jalayeri <[email protected]>
1 parent bae0ecd commit 87a8fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV BUILD_PKGS abuild curl tar make linux-headers patch g++ git gcc ncurses-dev
1010
# forget to check on all supported architectures: e.g. arm64
1111
# binaries are typically larger and amd64 ones).
1212
# RUN apk add --no-cache gdb valgrind
13-
ENV PKGS openssl openssh-client openssh-server tini util-linux ca-certificates pciutils usbutils vim tcpdump perf strace iproute2-minimal curl
13+
ENV PKGS openssl openssh-client openssh-server tini util-linux ca-certificates pciutils usbutils vim tcpdump perf strace iproute2-minimal curl tar
1414
RUN eve-alpine-deploy.sh
1515

1616
ENV LSHW_VERSION 02.19.2

0 commit comments

Comments
 (0)