Skip to content

Commit

Permalink
Contailer toolchain: Add more packages for makepkg
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 13, 2023
1 parent 0566564 commit f83dec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ COPY --from=0 /toolchain /

RUN apk --no-cache add wget git make gcc g++ nasm m4 perl autoconf automake \
patch libtool mpc1 gmp mpfr libarchive gettext gawk bash coreutils \
texinfo file python3 tar findutils gzip xz meson ninja sudo curl pacman
texinfo file python3 tar findutils gzip xz meson ninja sudo curl \
pacman fakeroot util-linux-misc

# Add python stuff for (legacy) xpkg
ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit f83dec9

Please sign in to comment.