docker
This commit is contained in:
parent
3ba87634fd
commit
85fe66908d
10 changed files with 14 additions and 9 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
all :
|
all :
|
||||||
sudo docker build -t mozilla/nightly-debian .
|
sudo docker build -t librewolf/release-debian .
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
all :
|
all :
|
||||||
sudo docker build -t mozilla/nightly-fedora .
|
sudo docker build -t librewolf/release-fedora .
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
all :
|
all :
|
||||||
sudo docker build -t mozilla/nightly-mint .
|
sudo docker build -t librewolf/release-mint .
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
all :
|
all :
|
||||||
sudo docker build -t mozilla/nightly-ubuntu .
|
sudo docker build -t librewolf/release-ubuntu .
|
||||||
|
|
|
||||||
8
docker/nightly/Dockerfile.apiserver
Normal file
8
docker/nightly/Dockerfile.apiserver
Normal 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"]
|
||||||
|
|
@ -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
|
run python3 bootstrap.py --no-interactive --application-choice=browser
|
||||||
|
|
||||||
# Build it..
|
# Build it..
|
||||||
copy version /
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
run echo python3 bootstrap.py --no-interactive --application-choice=browser
|
||||||
|
|
||||||
# Build it..
|
# Build it..
|
||||||
copy version /
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
run python3 bootstrap.py --no-interactive --application-choice=browser
|
||||||
|
|
||||||
# Build it..
|
# Build it..
|
||||||
copy version /
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
run python3 bootstrap.py --no-interactive --application-choice=browser
|
||||||
|
|
||||||
# Build it..
|
# Build it..
|
||||||
copy version /
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
92.0.1
|
|
||||||
Loading…
Add table
Reference in a new issue