remove lamp-server^

master
Ray Slakinski 2014-12-18 11:24:17 -05:00
parent bd0dea335f
commit 8d062335e8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM ubuntu
RUN apt-get update && apt-get -y install software-properties-common
RUN apt-add-repository ppa:webupd8team/java -y
RUN echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections
RUN apt-get update && apt-get -y install tasksel lamp-server^ oracle-java7-installer curl && apt-get purge openjdk-\*
RUN apt-get update && apt-get -y install tasksel oracle-java7-installer curl && apt-get purge openjdk-\*
ADD templates/mirthconnect /usr/local/mirthconnect
WORKDIR /usr/local/mirthconnect