Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis committed May 27, 2016
1 parent de19b4a commit faa7169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARMv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ USER root
WORKDIR /var/www/
RUN mkdir -p ghost
RUN apt-get update && apt-get -qy install wget unzip && \
wget https://ghost.org/zip/ghost-0.7.9.zip && \
unzip ghost-0.7.9.zip -d ghost && \
wget https://ghost.org/zip/ghost-0.8.0.zip && \
unzip ghost-*.zip -d ghost && \
apt-get -y remove wget unzip && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit faa7169

Please sign in to comment.