Add nano to Dockerfiles

This commit is contained in:
Nils Hanke 2021-04-12 16:58:23 +02:00 committed by Zongmin.Gu
parent 71a3379b82
commit 986620dd71
4 changed files with 4 additions and 0 deletions

@ -32,6 +32,7 @@ RUN yum install -y \
libmpc-devel \
libxml2-devel \
libtool \
nano \
pkgconfig \
python \
kmod \

@ -29,6 +29,7 @@ RUN yum install epel-release -y && \
libxml2-devel \
mod_ssl \
mpfr-devel \
nano \
ocaml \
ocaml-ocamlbuild \
openssl \

@ -29,6 +29,7 @@ RUN yum install epel-release -y && \
libxml2-devel \
mod_ssl \
mpfr-devel \
nano \
ocaml \
ocaml-ocamlbuild \
openssl \

@ -40,6 +40,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
libssl-dev \
libtool \
libxml2-dev \
nano \
ocaml \
ocamlbuild \
pkg-config \