mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 23:50:59 +00:00
Install mysql-client
This commit is contained in:
parent
804ce16088
commit
d68e6c7522
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue