Install tools (mtools & parted) necessary to produce ExectOS disk image
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
cd51ab379d
commit
4cb5ea45e6
@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop <constitutive@codingworkshop.eu.org>
|
|||||||
RUN pacman -Syu --noconfirm --noprogressbar --quiet
|
RUN pacman -Syu --noconfirm --noprogressbar --quiet
|
||||||
|
|
||||||
# Install additional packages
|
# Install additional packages
|
||||||
RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cppcheck docker flex gcc git libedit libmd linux-headers patch pkgconfig texinfo wget
|
RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cppcheck docker flex gcc git libedit libmd linux-headers mtools parted patch pkgconfig texinfo wget
|
||||||
|
|
||||||
# Set locale
|
# Set locale
|
||||||
RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
|
RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \
|
||||||
|
Loading…
Reference in New Issue
Block a user