This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:8 | |
RUN mkdir -p /root/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS} | |
RUN dnf -y --nogpgcheck install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm wget zip unzip bzip2 gcc gcc-c++ rpm-build make krb5-devel perl-interpreter zlib-devel lksctp-tools-devel perl-podlators perl-Test-Harness perl-Math-BigInt perl-Module-Load-Conditional perl-File-Temp perl-Time-HiRes perl-CPAN perl-Test-Simple | |
COPY openssl-1.1.1-8.el8.src.rpm /root/rpmbuild/ | |
RUN cd /root/rpmbuild/ && \ | |
rpmbuild --rebuild openssl-1.1.1-8.el8.src.rpm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:8 | |
RUN mkdir -p /build | |
RUN dnf -y --nogpgcheck install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm wget curl zip unzip bzip2 gcc gcc-c++ rpm-build make libpng-devel | |
RUN dnf -y --nogpgcheck --enablerepo=PowerTools install gcc-gfortran jasper-devel | |
# SuSE SRPM, get it e.g. from ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home%3A/gbvalor/SLE_11/src/cnvgrib-1.4.0-1.1.src.rpm | |
COPY cnvgrib-1.4.0-1.1.src.rpm /build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:8 | |
RUN mkdir /build | |
RUN dnf -y --nogpgcheck install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm wget curl zip unzip bzip2 gcc gcc-c++ rpm-build make desktop-file-utils pam-devel xauth readline-devel ncurses-devel openssl-devel libxml2-devel tcl-devel tk-devel graphviz texlive-tabu tex-xtab tex-sectsty tex-tocloft tex-multirow tex-adjustbox tetex-latex | |
RUN dnf -y --enablerepo=PowerTools install gperf hwloc-devel munge-devel doxygen graphviz-gd | |
RUN dnf -y --enablerepo=AppStream install texlive-collection-latexrecommended |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dumping the contents of the flash ROM (1 MB) for obtaining passwords, configuration data etc. | |
esptool.py -p COM5 -b 115200 read_flash 0x000000 0x100000 dump.bin |
NewerOlder