Klaus Heinrich Kiwi | 23a11fb | 2021-02-04 06:48:16 -0600 | [diff] [blame] | 1 | FROM fedora:33 |
Klaus Heinrich Kiwi | b0cfd8e | 2020-04-20 23:18:30 -0300 | [diff] [blame] | 2 | RUN dnf -y install gcc-c++ flex bison git ctags cscope expat-devel patch \ |
| 3 | zlib-devel zlib-static texinfo "perl(bigint)" "perl(XML::Simple)" \ |
| 4 | "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \ |
| 5 | "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" "perl(ExtUtils::MakeMaker)" \ |
| 6 | libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \ |
| 7 | openssl-devel make libxslt vim-common lzo-devel python2 rsync hostname |
| 8 | RUN dnf -y install nosync redhat-lsb-core python-matplotlib python-numpy graphviz |