fix windows dockerfile
This commit is contained in:
parent
82859aba56
commit
769135543b
1 changed files with 3 additions and 6 deletions
|
|
@ -2,10 +2,7 @@ FROM ubuntu:latest
|
||||||
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install bash git wget build-essential zip
|
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install bash git wget build-essential zip
|
||||||
RUN dpkg --add-architecture i386 && apt-get -y update && apt-get -y install wine32
|
RUN dpkg --add-architecture i386 && apt-get -y update && apt-get -y install wine32
|
||||||
|
|
||||||
WORKDIR /root
|
RUN tmpdir=$(mktemp -d) && cd $tmpdir && git clone https://gitlab.com/librewolf-community/browser/windows.git && cd windows/linux && make setup-debian && make fetch && make bootstrap && cd /root && rm -rf $tmpdir
|
||||||
RUN git clone https://gitlab.com/librewolf-community/browser/windows.git
|
|
||||||
WORKDIR /root/windows/linux
|
|
||||||
|
|
||||||
RUN make setup-debian
|
WORKDIR /work
|
||||||
RUN make fetch
|
VOLUME ["/work"]
|
||||||
RUN make bootstrap
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue