mysql-client is already part of base image

This commit is contained in:
Girish Ramakrishnan 2015-08-17 12:09:42 -07:00
parent 9d309a2d45
commit 48a910e865
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM cloudron/base:0.3.2
RUN apt-get update && \
apt-get install -y openssh-server mysql-client && \
apt-get install -y openssh-server && \
rm -r /var/cache/apt /var/lib/apt/lists
ADD supervisor/ /etc/supervisor/conf.d/