forked from cloudron-apps/gitea-app
mysql-client is already part of base image
This commit is contained in:
parent
9d309a2d45
commit
48a910e865
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue