[owncloud] Install packages

This commit is contained in:
Przemek Grondek 2017-06-27 23:22:22 +02:00
parent 9165b13a34
commit 071dae17b1

View file

@ -1 +1,6 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Przemek Grondek <github@nerull7.info>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y nginx mysql-server php-fpm php-mysql pwgen