added envsubst package
This commit is contained in:
parent
a042f9c8ec
commit
c3f7db457d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue