You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airflow/Dockerfile
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,6 @@ RUN microdnf update && \
78
78
libpq-devel \
79
79
openldap-devel \
80
80
openssl-devel \
81
-
# python3 \
82
-
# python3-devel \
83
-
# python3-pip \
84
-
# python${PYTHON_VERSION}-wheel \
85
81
# The airflow odbc provider can compile without the development files (headers and libraries) (see https://github.com/stackabletech/docker-images/pull/683)
86
82
unixODBC \
87
83
# Needed for Airflow UI assets
@@ -230,7 +226,6 @@ microdnf update
230
226
# git: Needed for the gitsync functionality
231
227
# openldap: Needed for authentication of clients against LDAP servers
232
228
# openssh-clients: We need the openssh libs for the gitsync functionality (the clone target could be e.g. git@github.com:org/repo.git)
0 commit comments