42 lines
2.0 KiB
Modula-2
42 lines
2.0 KiB
Modula-2
BootStrap: docker
|
|
From: fedora:30
|
|
|
|
%post
|
|
dnf -y update
|
|
dnf -y install vim-enhanced git file make cmake patch which file \
|
|
dos2unix findutils rsync \
|
|
ccache gcc-c++ gdb valgrind eigen3-devel \
|
|
mingw-filesystem-base mingw32-nsis mingw-binutils-generic \
|
|
mingw32-filesystem mingw32-pkg-config \
|
|
mingw64-filesystem mingw64-pkg-config \
|
|
mingw32-crt mingw32-headers mingw32-binutils \
|
|
mingw64-crt mingw64-headers mingw64-binutils \
|
|
mingw32-cpp mingw32-gcc mingw32-gcc-gfortran mingw32-gcc-c++ \
|
|
mingw64-cpp mingw64-gcc mingw64-gcc-gfortran mingw64-gcc-c++ \
|
|
mingw32-libgomp mingw64-libgomp \
|
|
mingw32-winpthreads mingw64-winpthreads \
|
|
mingw32-winpthreads-static mingw64-winpthreads-static \
|
|
mingw32-eigen3 mingw64-eigen3 \
|
|
mingw32-libjpeg-turbo mingw64-libjpeg-turbo \
|
|
mingw32-libjpeg-turbo-static mingw64-libjpeg-turbo-static \
|
|
mingw32-libpng mingw64-libpng \
|
|
mingw32-libpng-static mingw64-libpng-static \
|
|
mingw32-zlib mingw64-zlib \
|
|
mingw32-zlib-static mingw64-zlib-static \
|
|
mingw32-expat mingw64-expat \
|
|
mingw64-expat-static mingw32-expat-static \
|
|
mingw32-sqlite-static mingw64-sqlite-static \
|
|
enchant python3-virtualenv doxygen \
|
|
texlive-latex-fonts texlive-pslatex texlive-collection-latexrecommended \
|
|
texlive-latex texlive-latexconfig doxygen-latex texlive-collection-latex \
|
|
texlive-latex-bin texlive-lualatex-math texlive-fncychap texlive-tabulary \
|
|
texlive-framed texlive-wrapfig texlive-upquote texlive-capt-of \
|
|
texlive-needspace texlive-titlesec texlive-anysize texlive-dvipng
|
|
|
|
%environment
|
|
LC_ALL=C
|
|
export LC_ALL
|
|
|
|
%labels
|
|
Author akohlmey
|