From 4cb5ea45e6875bf3cc071ae88407413cac37947c Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 25 Jul 2022 19:25:57 +0200 Subject: [PATCH] Install tools (mtools & parted) necessary to produce ExectOS disk image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69f957a..6ec2b96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop RUN pacman -Syu --noconfirm --noprogressbar --quiet # 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 RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \