Skip to content

Commit

Permalink
MINOR: don't force update as it might break when having subscription …
Browse files Browse the repository at this point in the history
…issues
  • Loading branch information
dkorunic committed Oct 16, 2015
1 parent 25c7253 commit 3236259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ ENV HAPROXY_SRC_URL http://www.haproxy.org/download/
ENV HAPROXY_UID haproxy
ENV HAPROXY_GID haproxy

RUN yum update -y && \
yum install -y gcc make openssl-devel pcre-devel zlib-devel tar curl socat && \
RUN yum install -y gcc make openssl-devel pcre-devel zlib-devel tar curl socat && \
curl -sfSL "$HAPROXY_SRC_URL/$HAPROXY_BRANCH/src/haproxy-$HAPROXY_MINOR.tar.gz" -o haproxy.tar.gz && \
echo "$HAPROXY_MD5 haproxy.tar.gz" | md5sum -c - && \
groupadd "$HAPROXY_GID" && \
Expand Down
Empty file modified build.sh
100644 → 100755
Empty file.

0 comments on commit 3236259

Please sign in to comment.