FROM nimmis/apache-php7
MAINTAINER nimmis <[email protected]>
# disable interactive functions
ENV DEBIAN_FRONTEND noninteractive
RUN wget https://github.com/icecoder/ICEcoder/archive/master.zip -O /icecoder.zip && \
unzip -q /icecoder.zip -d /root/ && \
mv /root/ICE* /var/www/html/icecoder && \
chown -R www-data.www-data /var/www/html/icecoder && \
rm -f /icecoder.zip