1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 15:24:59 +00:00

Fix the base image

This commit is contained in:
Girish Ramakrishnan
2015-06-29 19:20:04 -07:00
parent e82afb3ffc
commit f4a9e17d09

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 && \