Skip to content

Commit

Permalink
build: add archive format support software to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTermor committed May 25, 2024
1 parent d7a30cb commit 916cafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN apt-get update --yes \
&& apt-get install --yes ca-certificates curl gnupg \
&& echo "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main" > /etc/apt/sources.list.d/llvm.list \
&& curl --silent --location https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \
&& apt-get update && apt-get install --yes zstd libc++1-17 libc++abi1-17 \
&& apt-get update && apt-get install --yes bzip2 xz-utils zlib1g liblz4-1 zstd libc++1-17 libc++abi1-17 \
&& rm -rf /var/lib/apt/lists/*

COPY --from=production-build /build/bin /app
Expand Down

0 comments on commit 916cafd

Please sign in to comment.