Skip to content
Snippets Groups Projects

centos7: Install pxz

Merged Ben Gamari requested to merge wip/centos-pxz into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ ENV LANG C.UTF-8
# Core build utilities
RUN yum -y install coreutils binutils which git make \
automake autoconf gcc perl python3 texinfo xz lbzip2 bzip2 \
automake autoconf gcc perl python3 texinfo xz pxz lbzip2 bzip2 \
patch openssh-clients sudo zlib-devel sqlite \
ncurses-compat-libs gmp-devel ncurses-devel gcc-c++ findutils \
curl wget jq
Loading