mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-11 10:12:03 -08:00
Dockerfile fixes
This commit is contained in:
parent
f377a4e66d
commit
ef6a54509f
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
# Python
|
# Python
|
||||||
python3 python3-dev python3-pip \
|
python3 python3-dev python3-pip \
|
||||||
# Camoufox build system tools
|
# Camoufox build system tools
|
||||||
git p7zip-full golang-go aria2 curl \
|
git p7zip-full golang-go aria2 curl rsync \
|
||||||
# CA certificates
|
# CA certificates
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
|
@ -23,10 +23,10 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
||||||
# Fetch Firefox & apply initial patches
|
# Fetch Firefox & apply initial patches
|
||||||
RUN make setup-minimal && \
|
RUN make setup-minimal && \
|
||||||
make mozbootstrap && \
|
make mozbootstrap && \
|
||||||
mkdir /app/dist
|
mkdir -p /app/dist
|
||||||
|
|
||||||
# Mount .mozbuild directory and dist folder
|
# Mount .mozbuild directory and dist folder
|
||||||
VOLUME /root/.mozbuild
|
VOLUME /root/.mozbuild
|
||||||
VOLUME /app/dist
|
VOLUME /app/dist
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "./multibuild.py"]
|
ENTRYPOINT ["python3", "./multibuild.py"]
|
||||||
Loading…
Add table
Reference in a new issue