Skip to content

Commit

Permalink
Add xz package to linux builder docker
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Feb 8, 2024
1 parent a263c7e commit 6febb7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PATH="${PATH}:/root/.cargo/bin:/root/.stack/bin"

COPY . /build

RUN apk add perl g++ make protoc ncurses ncurses-dev zlib zlib-static zlib-dev git wget postgresql-dev gmp-dev gmp
RUN apk add perl g++ make protoc ncurses ncurses-dev zlib zlib-static zlib-dev git wget postgresql-dev gmp-dev gmp xz

ARG RUST_VERSION=1.68
RUN wget -qO - https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain ${RUST_VERSION} -y
Expand Down

0 comments on commit 6febb7c

Please sign in to comment.