Skip to content

Commit

Permalink
Containerfile: Remove duplicate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 15, 2023
1 parent c512fac commit 1833897
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ COPY --from=0 /usr/local /usr/local

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 fakeroot util-linux-misc openssh-client-default rsync nano bison \
flex qemu-img grub-bios sfdisk e2fsprogs moreutils bison flex qemu-img \
grub-bios sfdisk e2fsprogs moreutils pkgconfig gperf
texinfo file python3 tar findutils gzip xz meson ninja sudo curl pacman \
fakeroot util-linux-misc openssh-client-default rsync nano bison flex \
qemu-img grub-bios sfdisk e2fsprogs moreutils bison flex pkgconfig gperf

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

0 comments on commit 1833897

Please sign in to comment.