Update file Dockerfile

This commit is contained in:
stanzabird 2023-02-16 20:08:28 +00:00
parent 33821c6166
commit 70f74b8551

View file

@ -1,13 +1,5 @@
FROM ubuntu:jammy 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 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 \ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
apt-utils \ apt-utils \
aptitude \ aptitude \
@ -57,17 +49,5 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
zip \ zip \
zstd zstd
WORKDIR submodules/windows/linux
WORKDIR /
RUN git clone https://gitlab.com/librewolf-community/browser/windows.git
WORKDIR /windows/linux
RUN make setup-debian && make fetch && make bootstrap && make veryclean RUN make setup-debian && make fetch && make bootstrap && make veryclean
#RUN make setup-fedora && make fetch && make bootstrap && make veryclean