windows/linux/assets/Dockerfile
2023-02-16 20:08:28 +00:00

53 lines
1.1 KiB
Docker

FROM ubuntu:jammy
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 update && apt-get -y dist-upgrade && apt-get -y install \
apt-utils \
aptitude \
binutils \
build-essential \
bzip2 \
curl \
devscripts \
equivs \
fakeroot \
file \
gawk \
git \
git \
gnupg \
jq \
less \
lib32atomic1 \
lib32stdc++6 \
lib32z1 \
libasound2 \
libc6-i386 \
libdbus-glib-1-2 \
libgtk-3-0 \
libucl1 \
make \
mercurial \
p7zip-full \
patch \
procps \
python3 \
python3-dev \
python3-pip \
python3-distutils-extra \
python3-minimal \
python3-psutil \
python3-venv \
rsync \
screen \
tar \
unzip \
uuid \
vim-tiny \
wget \
x11-utils \
xz-utils \
zip \
zstd
WORKDIR submodules/windows/linux
RUN make setup-debian && make fetch && make bootstrap && make veryclean