Skip to content

Commit

Permalink
Cachet v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed Dec 6, 2015
1 parent 9aa153c commit 2f17877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM cachethq/docker:base-5a0320b

RUN cd /var/www/html && \
wget https://github.com/cachethq/Cachet/archive/v2.0.1.tar.gz && \
tar xzvf v2.0.1.tar.gz --strip-components=1 && \
wget https://github.com/cachethq/Cachet/archive/v2.0.2.tar.gz && \
tar xzvf v2.0.2.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r v2.0.1.tar.gz && \
rm -r v2.0.2.tar.gz && \
php composer.phar install --no-dev -o && \
cp -n vendor/jenssegers/date/src/Lang/zh.php vendor/jenssegers/date/src/Lang/zh-CN.php

Expand Down

0 comments on commit 2f17877

Please sign in to comment.