1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 07:14:58 +00:00

Install mysql-client

This commit is contained in:
Girish Ramakrishnan
2015-06-24 11:03:45 -07:00
parent 804ce16088
commit d68e6c7522

View File

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