[owncloud] Install packages
This commit is contained in:
parent
9165b13a34
commit
071dae17b1
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue