Przeglądaj źródła

mysql-client is already part of base image

Girish Ramakrishnan 9 lat temu
rodzic
commit
48a910e865
1 zmienionych plików z 1 dodań i 1 usunięć
  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/