Fix the base image

This commit is contained in:
Girish Ramakrishnan 2015-06-29 19:20:04 -07:00
parent e82afb3ffc
commit f4a9e17d09
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM girish/base:0.2.0
FROM cloudron/base:0.3.0
RUN apt-get update && \
apt-get install -y openssh-server mysql-client && \