From 70f74b855186490a8313d93a278c0487a10b5e87 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Thu, 16 Feb 2023 20:08:28 +0000 Subject: [PATCH] Update file Dockerfile --- linux/assets/Dockerfile | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/linux/assets/Dockerfile b/linux/assets/Dockerfile index 5961169..56d3e27 100644 --- a/linux/assets/Dockerfile +++ b/linux/assets/Dockerfile @@ -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