We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16cedf commit b2db39aCopy full SHA for b2db39a
chapters/chapter17/docker/airflow-azure/Dockerfile
@@ -14,7 +14,6 @@ RUN apt-get update && \
14
ACCEPT_EULA=Y apt-get install -y msodbcsql17 mssql-tools && \
15
rm -rf /var/lib/apt/lists/*
16
17
-# Install Azure backport package.
18
USER airflow
19
RUN pip install --user --no-cache-dir \
20
apache-airflow-providers-odbc==1.0.0b2 \
0 commit comments