From c3f7db457d82005018b81effab99715fdeb18364 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 10 Nov 2022 15:19:20 +0100 Subject: [PATCH] added envsubst package --- linux-base/assets/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-base/assets/Dockerfile b/linux-base/assets/Dockerfile index b4a580c..d339acc 100644 --- a/linux-base/assets/Dockerfile +++ b/linux-base/assets/Dockerfile @@ -3,8 +3,8 @@ FROM ubuntu:jammy ARG arch=error -RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch -#RUN dnf -y update && dnf -y install make wget git patch +RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch gettext-base +#RUN dnf -y update && dnf -y install make wget git patch gettext RUN git clone https://gitlab.com/librewolf-community/browser/bsys5 WORKDIR bsys5