We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 786c8a1 + e12a9f2 commit 2a8cd6aCopy full SHA for 2a8cd6a
Dockerfile
@@ -1,13 +1,13 @@
1
-FROM centos:latest
+FROM rockylinux:latest
2
3
EXPOSE 9200
4
EXPOSE 5601
5
6
ENV ES_VERSION 7.2.0
7
ENV KIBANA_VERSION 7.2.0
8
9
-RUN yum -y install epel-release && yum clean all
10
-RUN yum -y install unzip zip curl git java-1.8.0-openjdk python2 python2-pip && yum clean all
+RUN dnf -y install epel-release && dnf clean all
+RUN dnf -y install unzip zip curl git java-1.8.0-openjdk python2 python2-pip && dnf clean all
11
12
RUN pip2 install --upgrade pip
13
RUN pip2 install beautifulsoup4 python-dateutil html5lib lxml tornado retrying pyelasticsearch joblib click chardet
0 commit comments