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 b5960df commit f943598
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 @@ -29,7 +29,7 @@ RUN set -ex; \
&& ar -v x /tmp/kong.deb \
&& zstd -d < control.tar.zst | xz > control.tar.xz \
&& zstd -d < data.tar.zst | xz > data.tar.xz \
&& ar -v -m -c -a sdsd /tmp/kong-repack.deb debian-binary control.tar.xz data.tar.xz \
&& ar -m -c -a sdsd /tmp/kong-repack.deb debian-binary control.tar.xz data.tar.xz \
&& rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst \
&& apt-get update \
&& apt-get install --yes /tmp/kong-repack.deb \
Expand Down

0 comments on commit f943598

Please sign in to comment.