Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bzip2 not installed in build image `84codes/crystal:latest-ubuntu-2…
Browse files Browse the repository at this point in the history
…4.04`
walro committed Aug 28, 2024
1 parent 5093799 commit 7c7f9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deb.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG build_image
FROM $build_image AS build-stage

RUN command -v bzip2 || (apt-get update && apt-get install bzip2 -y)

# build static libmnl
WORKDIR /tmp/libmnl
RUN curl -sL https://www.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2 | tar jx --strip-components=1 && \

0 comments on commit 7c7f9d2

Please sign in to comment.