Skip to content

Commit

Permalink
cachet 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed Dec 6, 2015
1 parent 4e26107 commit 6e7a008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM cachethq/docker:base-d3506c1
FROM cachethq/docker:base-5a0320b

RUN cd /var/www/html && \
wget https://github.com/cachethq/Cachet/archive/v1.2.1.tar.gz && \
tar xzvf v1.2.1.tar.gz --strip-components=1 && \
wget https://github.com/cachethq/Cachet/archive/v2.0.0.tar.gz && \
tar xzvf v2.0.0.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r v1.2.1.tar.gz && \
rm -r v2.0.0.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 6e7a008

Please sign in to comment.