This commit is contained in:
Bert van der Weerd 2021-09-28 11:42:10 +02:00
parent 3ba87634fd
commit 85fe66908d
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
10 changed files with 14 additions and 9 deletions

View file

@ -1,2 +1,2 @@
all :
sudo docker build -t mozilla/nightly-debian .
sudo docker build -t librewolf/release-debian .

View file

@ -1,2 +1,2 @@
all :
sudo docker build -t mozilla/nightly-fedora .
sudo docker build -t librewolf/release-fedora .

View file

@ -1,2 +1,2 @@
all :
sudo docker build -t mozilla/nightly-mint .
sudo docker build -t librewolf/release-mint .

View file

@ -1,2 +1,2 @@
all :
sudo docker build -t mozilla/nightly-ubuntu .
sudo docker build -t librewolf/release-ubuntu .

View file

@ -0,0 +1,8 @@
RUN dnf -y install g++ gcc make automake autoconf libtool libcurl-devel
COPY apiserver-0.1.1.tar.gz /
WORKDIR /
RUN tar xvf apiserver-0.1.1.tar.gz
WORKDIR apiserver-0.1.1
RUN zsh ./configure --prefix=/usr --disable-dependency-tracking
RUN ["make", "install"]
RUN ["make", "dist"]

View file

@ -10,4 +10,4 @@ run wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozbo
run python3 bootstrap.py --no-interactive --application-choice=browser
# Build it..
copy version /

View file

@ -14,4 +14,3 @@ run wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozbo
run echo python3 bootstrap.py --no-interactive --application-choice=browser
# Build it..
copy version /

View file

@ -10,5 +10,5 @@ run wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozbo
run python3 bootstrap.py --no-interactive --application-choice=browser
# Build it..
copy version /

View file

@ -10,4 +10,3 @@ run wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozbo
run python3 bootstrap.py --no-interactive --application-choice=browser
# Build it..
copy version /

View file

@ -1 +0,0 @@
92.0.1