Skip to content

Commit 268225e

Browse files
committed
feat(docker): add gnu tar for workflows
Add GNU tar for our workflows since BusyBox tar doesn't support advanced command line parameters like hard-dereference. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 2c9bc7e commit 268225e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apk add --no-cache \
1313
ripgrep \
1414
shadow \
1515
su-exec \
16+
tar \
1617
vale \
1718
zip \
1819
&& echo "**** create abc user and make our folders ****" \

0 commit comments

Comments
 (0)