Skip to content

Commit

Permalink
fix(deb): correctly rm unpacked file
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty authored Sep 22, 2023
1 parent 3557d8a commit 3cf5efe
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 @@ -31,7 +31,7 @@ RUN set -ex; \
&& 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 \
&& rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst \
&& rm debian-binary control.* data.* \
&& apt-get install --yes /tmp/kong-repack.deb; \
else \
apt-get install --yes /tmp/kong.deb; \
Expand Down

0 comments on commit 3cf5efe

Please sign in to comment.