From d1368f3a8896539980446b8f85bc77e71c2a269d Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 18 Jun 2024 08:30:13 +0200 Subject: [PATCH] Install Hugo Site Generator --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 360a0e8..d0dc0ef 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 cmake cppcheck docker flex gcc git libedit libmd linux-headers make mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig texinfo wget +RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git hugo libedit libmd linux-headers make mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig texinfo wget # Set locale RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \