Skip to content

Commit

Permalink
Add gnu tar from alpine (#14)
Browse files Browse the repository at this point in the history
This is for better performance with large archives and optimized memory usage compared to the stripped down busybox tar.
  • Loading branch information
bizrad authored Sep 27, 2024
1 parent 7fc2c67 commit dbc40fc
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 @@ -67,6 +67,7 @@ RUN apk add --no-cache \
nano \
npm \
rsync \
tar \
wget \
zstd-dev

Expand Down
1 change: 1 addition & 0 deletions native.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apk add --no-cache \
nano \
npm \
rsync \
tar \
wget \
zstd-dev

Expand Down

0 comments on commit dbc40fc

Please sign in to comment.