diff --git a/Dockerfile b/Dockerfile index 13f5d248..489fbc26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM centos:7.4.1708 +FROM centos:latest # Copy nfsplugin from build _output directory COPY bin/nfsplugin /nfsplugin -RUN yum -y install nfs-utils && yum -y install epel-release && yum -y install jq && yum clean all +RUN yum -y install nfs-utils epel-release jq && yum clean all ENTRYPOINT ["/nfsplugin"]