added envsubst package

This commit is contained in:
Bert van der Weerd 2022-11-10 15:19:20 +01:00
parent a042f9c8ec
commit c3f7db457d
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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