Skip to content

Commit

Permalink
Added cleanup of download and files for encrypt.so after they are no …
Browse files Browse the repository at this point in the history
…longer needed (#3011)
  • Loading branch information
Arthur Caranta authored and solderzzc committed Aug 8, 2016
1 parent 1a18b9f commit 4faf962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN cd /tmp && wget "http://pgoapi.com/pgoencrypt.tar.gz" \
&& cd pgoencrypt/src \
&& make \
&& 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 4faf962

Please sign in to comment.