Skip to content

Commit 76ca992

Browse files
committed
Removing epel-release install
1 parent 4a3d72e commit 76ca992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ MAINTAINER Marco Palladino, marco@mashape.com
33

44
ENV KONG_VERSION 0.8.3
55

6-
RUN yum install -y epel-release && \
7-
yum install -y https://github.com/Mashape/kong/releases/download/$KONG_VERSION/kong-$KONG_VERSION.el7.noarch.rpm && \
6+
RUN yum install -y https://github.com/Mashape/kong/releases/download/$KONG_VERSION/kong-$KONG_VERSION.el7.noarch.rpm && \
87
yum clean all
98

109
COPY config.docker/kong.yml /etc/kong/

0 commit comments

Comments
 (0)