From 0ced6f51b9ff799dc4ce45efe3476e0b91519987 Mon Sep 17 00:00:00 2001 From: Ozgur Gul Date: Mon, 18 Jan 2021 09:00:41 +0000 Subject: [PATCH] Update Dockerfile A typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 197e7bd..6686329 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ ENV AIRFLOW__KUBERNETES_ENVIRONMENT_VARIABLES_KUBE_CLIENT_REQUEST_TIMEOUT_SEC=50 RUN pip install azure-mgmt-compute azure-mgmt-storage azure-mgmt-resource azure-keyvault-secrets azure-storage-blob RUN pip install azure-storage-file-datalake --pre mysql-connector-python-rf -#INTIALZING AIRFLOW'S DATABASE +#INITIALIZING AIRFLOW'S DATABASE RUN airflow initdb #Supervisord RUN apt-get update && apt-get install -y supervisor