fixed some bugs when doing diff linux.Dockerfile macos.Dockerfile
This commit is contained in:
parent
1fff775fce
commit
779b5e6db4
1 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,6 @@ FROM debian:bullseye
|
||||||
|
|
||||||
ARG arch=error
|
ARG arch=error
|
||||||
|
|
||||||
# version of librewolf we use to bootstrap (does not need to be recent)
|
|
||||||
ARG version=error
|
ARG version=error
|
||||||
ARG source_release=error
|
ARG source_release=error
|
||||||
|
|
||||||
|
|
@ -53,9 +52,9 @@ RUN wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.c
|
||||||
cp -r clang /root/.mozbuild &&\
|
cp -r clang /root/.mozbuild &&\
|
||||||
cp -r dmg /root/.mozbuild &&\
|
cp -r dmg /root/.mozbuild &&\
|
||||||
cp -r hfsplus-tools /root/.mozbuild &&\
|
cp -r hfsplus-tools /root/.mozbuild &&\
|
||||||
cd / &&\
|
pip install testresources pycairo &&\
|
||||||
rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.g &&\
|
cd .. &&\
|
||||||
pip install testresources pycairo
|
rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.gz
|
||||||
|
|
||||||
# our work happens here, on the host filesystem.
|
# our work happens here, on the host filesystem.
|
||||||
WORKDIR /work
|
WORKDIR /work
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue