You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/08/19 18:25:04 UTC

[incubator-airflow-ci] 03/34: Remove mysql server

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git

commit b7040509c4dc071c8b5061b3b26077899d9f568d
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Tue May 1 11:47:31 2018 +1000

    Remove mysql server
---
 Dockerfile.base | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile.base b/Dockerfile.base
index b66e39e..dba805f 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -29,7 +29,6 @@ RUN apt-get update && apt-get install -y \
     slapd \
     ldap-utils \
     openssh-server \
-    mysql-server-5.7 \
     mysql-client-core-5.7 \
     mysql-client-5.7 \
     postgresql-client \