Add nano to Dockerfiles
This commit is contained in:
parent
71a3379b82
commit
986620dd71
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user