Browse Source

mysql-client is already part of base image

Girish Ramakrishnan 9 năm trước cách đây
mục cha
commit
48a910e865
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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/