Skip to content

Commit

Permalink
fix(deb): not all ar support verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty authored Sep 21, 2023
1 parent f943598 commit eb7f7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.deb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -ex; \
fi \
&& echo "older deb systems don't support zstd compression" \
&& echo "repack using xz compression instead" \
&& ar -v x /tmp/kong.deb \
&& ar x /tmp/kong.deb \
&& zstd -d < control.tar.zst | xz > control.tar.xz \
&& zstd -d < data.tar.zst | xz > data.tar.xz \
&& ar -m -c -a sdsd /tmp/kong-repack.deb debian-binary control.tar.xz data.tar.xz \
Expand Down

0 comments on commit eb7f7a9

Please sign in to comment.