Skip to content

Commit

Permalink
Adding libraries required on newer Mesos clusters.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekslager committed Jul 15, 2016
1 parent 0e34430 commit 9f2b404
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ RUN mkdir -p $GOPATH \
&& cd $GOPATH/src/github.com/buger/gor \
&& go build

# Aurora/Mesos requirements (see AURORA-1487)
RUN apt-get update \
&& apt-get install -y libcurl4-nss-dev libapr1-dev libsvn-dev

# Install nginx
ENV NGX_REQS openssl libssl1.0.0 libxml2 libxslt1.1 libgeoip1 libpcre3 zlib1g
RUN apt-get update \
Expand Down

0 comments on commit 9f2b404

Please sign in to comment.