Skip to content

Commit

Permalink
Fix Dockerfile installation (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikofil authored and solderzzc committed Aug 8, 2016
1 parent 7cc524e commit 283c17e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@
* lucasfevi
* Moonlight-Angel
* mjmadsen
* nikofil
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN cd /tmp && wget "http://pgoapi.com/pgoencrypt.tar.gz" \
&& tar zxvf pgoencrypt.tar.gz \
&& cd pgoencrypt/src \
&& make \
&& cp libencrypt.so /usr/src/app/encrypt.so
&& cd /tmp
&& cp libencrypt.so /usr/src/app/encrypt.so \
&& cd /tmp \
&& rm -rf /tmp/pgoencrypt*

VOLUME ["/usr/src/app/web"]
Expand Down

0 comments on commit 283c17e

Please sign in to comment.