Skip to content

Commit

Permalink
Downgrade builder image to Debian 10 (buster), remove unneeded pkgs
Browse files Browse the repository at this point in the history
This allows building packages compatible with older libc.
  • Loading branch information
pkolaczk committed Oct 29, 2023
1 parent 65891d1 commit 7f23c00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packaging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
FROM rust:1.70-bookworm
FROM rust:buster
RUN apt-get update
RUN apt-get install -y \
fakeroot \
alien \
gcc-mingw-w64-x86-64 \
gcc-x86-64-linux-gnu \
zip \
libgtk-4-dev \
libadwaita-1-dev
zip
RUN rustup toolchain install stable-x86_64-pc-windows-gnu
RUN rustup target add x86_64-unknown-linux-gnu
RUN rustup target add x86_64-unknown-linux-musl
Expand Down

0 comments on commit 7f23c00

Please sign in to comment.