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