Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Install pritunl-web
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed May 6, 2016
1 parent 31f3066 commit 4085a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN apk --no-cache add --update -t deps go git bzr wget py-pip \
gcc python-dev musl-dev linux-headers libffi-dev openssl-dev \
&& apk --no-cache add --update py-setuptools openssl procps ca-certificates openvpn \
&& export GOPATH=/go && go get github.com/pritunl/pritunl-dns \
&& go get github.com/pritunl/pritunl-monitor && cp /go/bin/* /usr/bin/ \
&& go get github.com/pritunl/pritunl-monitor \
&& go get github.com/pritunl/pritunl-web && cp /go/bin/* /usr/bin/ \
&& wget https://github.com/pritunl/pritunl/archive/${VERSION}.tar.gz \
&& tar zxvf ${VERSION}.tar.gz && cd pritunl-${VERSION} \
&& python2 setup.py build && pip install --upgrade pip \
Expand Down

0 comments on commit 4085a94

Please sign in to comment.