Add nano to Dockerfiles
This commit is contained in:
parent
71a3379b82
commit
986620dd71
@ -32,6 +32,7 @@ RUN yum install -y \
|
|||||||
libmpc-devel \
|
libmpc-devel \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libtool \
|
libtool \
|
||||||
|
nano \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
python \
|
python \
|
||||||
kmod \
|
kmod \
|
||||||
|
@ -29,6 +29,7 @@ RUN yum install epel-release -y && \
|
|||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
mod_ssl \
|
mod_ssl \
|
||||||
mpfr-devel \
|
mpfr-devel \
|
||||||
|
nano \
|
||||||
ocaml \
|
ocaml \
|
||||||
ocaml-ocamlbuild \
|
ocaml-ocamlbuild \
|
||||||
openssl \
|
openssl \
|
||||||
|
@ -29,6 +29,7 @@ RUN yum install epel-release -y && \
|
|||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
mod_ssl \
|
mod_ssl \
|
||||||
mpfr-devel \
|
mpfr-devel \
|
||||||
|
nano \
|
||||||
ocaml \
|
ocaml \
|
||||||
ocaml-ocamlbuild \
|
ocaml-ocamlbuild \
|
||||||
openssl \
|
openssl \
|
||||||
|
@ -40,6 +40,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
|
|||||||
libssl-dev \
|
libssl-dev \
|
||||||
libtool \
|
libtool \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
nano \
|
||||||
ocaml \
|
ocaml \
|
||||||
ocamlbuild \
|
ocamlbuild \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
Loading…
Reference in New Issue
Block a user