Skip to content

Commit

Permalink
rollback apt update and added force to symlink creation. Kudos to ala…
Browse files Browse the repository at this point in the history
…n.bennett for helping on that.
  • Loading branch information
ricardoamaro committed Feb 11, 2014
1 parent bcb374d commit 9b68fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM ubuntu:latest
MAINTAINER Ricardo Amaro <[email protected]>

#RUN echo "deb http://archive.ubuntu.com/ubuntu saucy main restricted universe multiverse" > /etc/apt/sources.list
#RUN apt-get update
RUN apt-get update
#RUN apt-get -y upgrade

RUN dpkg-divert --local --rename --add /sbin/initctl
RUN ln -s /bin/true /sbin/initctl
RUN ln -sf /bin/true /sbin/initctl

RUN DEBIAN_FRONTEND=noninteractive apt-get -y install git mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql php-apc php5-gd php5-curl php5-memcache memcached drush mc

Expand Down

0 comments on commit 9b68fcb

Please sign in to comment.