10 lines
562 B
Docker
10 lines
562 B
Docker
FROM checks_parser_base_ubuntu
|
|
|
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y autoconf automake autopoint bash bison bzip2 flex g++ g++-multilib gettext git gperf intltool libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libgl-dev libpcre3-dev libssl-dev libtool-bin libxml-parser-perl lzip make openssl p7zip-full patch perl python3 python3-distutils python3-mako python3-packaging python3-pkg-resources python3-setuptools python-is-python3 ruby sed sqlite3 unzip wget xz-utils
|
|
|
|
WORKDIR /
|
|
|
|
RUN git clone https://github.com/mxe/mxe.git
|
|
|
|
RUN cd mxe && make qt
|