Skip to content

Commit

Permalink
Chimera Linux: Upgrade coreutils from v9.4 to v9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Apr 26, 2024
1 parent 565b18e commit 4e01ee0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chimeralinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ RUN ln -sf /usr/sbin/gmake /usr/local/bin/make
RUN apk add opendoas
RUN mkdir archives
RUN chown takano32:takano32 archives
RUN fetch https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.gz
RUN chown takano32:takano32 coreutils-9.4.tar.gz
RUN mv coreutils-9.4.tar.gz archives
RUN cd archives && $SUDO tar xvf coreutils-9.4.tar.gz
RUN cd archives/coreutils-9.4 && $SUDO ./configure && $SUDO make && make install
RUN fetch https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.gz
RUN chown takano32:takano32 coreutils-9.5.tar.gz
RUN mv coreutils-9.5.tar.gz archives
RUN cd archives && $SUDO tar xvf coreutils-9.5.tar.gz
RUN cd archives/coreutils-9.5 && $SUDO ./configure && $SUDO make && make install

RUN apk add texinfo
RUN fetch https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz
Expand Down

0 comments on commit 4e01ee0

Please sign in to comment.