Skip to content

Commit

Permalink
Removed installation of software-properties-common
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed Apr 25, 2014
1 parent e3a7e21 commit 65b0068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
FROM dockerfile/ubuntu

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

0 comments on commit 65b0068

Please sign in to comment.