Remove not required Dockerfile cmds

This commit is contained in:
Johannes Zellner 2018-03-19 11:34:27 +01:00
parent a969ec1719
commit 69e1db022d
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
FROM cloudron/base:0.10.0
MAINTAINER Rainloop Developers <support@cloudron.io>
EXPOSE 8000
RUN apt-get update \
&& apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \