Skip to content

Commit

Permalink
Updated Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed Jan 11, 2014
1 parent eec9e64 commit 1331b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Pull base image.
FROM dockerfile/ubuntu

# Install Node.js
# Install Redis.
RUN apt-get install -y software-properties-common
RUN add-apt-repository -y ppa:chris-lea/redis-server
RUN apt-get update
Expand Down

0 comments on commit 1331b9f

Please sign in to comment.