mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-11 01:22:04 -08:00
Dockerfile: Fix rust issues #108
This commit is contained in:
parent
045877746d
commit
2d263100c4
1 changed files with 4 additions and 1 deletions
|
|
@ -12,11 +12,14 @@ 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 \
|
git p7zip-full golang-go aria2 curl \
|
||||||
# CA certificates
|
# CA certificates
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
|
||||||
|
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
|
||||||
|
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 && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue