Update file Dockerfile
This commit is contained in:
parent
33821c6166
commit
70f74b8551
1 changed files with 1 additions and 21 deletions
|
|
@ -1,13 +1,5 @@
|
|||
FROM ubuntu:jammy
|
||||
#FROM fedora:36
|
||||
|
||||
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch bash vim mc screen automake autoconf libtool build-essential
|
||||
#RUN dnf -y update && dnf -y install make wget git patch bash vim mc screen
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
|
||||
apt-utils \
|
||||
aptitude \
|
||||
|
|
@ -57,17 +49,5 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
|
|||
zip \
|
||||
zstd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
WORKDIR /
|
||||
RUN git clone https://gitlab.com/librewolf-community/browser/windows.git
|
||||
WORKDIR /windows/linux
|
||||
|
||||
WORKDIR submodules/windows/linux
|
||||
RUN make setup-debian && make fetch && make bootstrap && make veryclean
|
||||
|
||||
#RUN make setup-fedora && make fetch && make bootstrap && make veryclean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue