Skip to content

Commit 37c8469

Browse files
committed
chore(airflow): Remove unneeded comments
1 parent 3ec8524 commit 37c8469

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

airflow/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ RUN microdnf update && \
7878
libpq-devel \
7979
openldap-devel \
8080
openssl-devel \
81-
# python3 \
82-
# python3-devel \
83-
# python3-pip \
84-
# python${PYTHON_VERSION}-wheel \
8581
# The airflow odbc provider can compile without the development files (headers and libraries) (see https://github.com/stackabletech/docker-images/pull/683)
8682
unixODBC \
8783
# Needed for Airflow UI assets
@@ -230,7 +226,6 @@ microdnf update
230226
# git: Needed for the gitsync functionality
231227
# openldap: Needed for authentication of clients against LDAP servers
232228
# openssh-clients: We need the openssh libs for the gitsync functionality (the clone target could be e.g. git@github.com:org/repo.git)
233-
# python: Airflow needs Python
234229
microdnf install \
235230
ca-certificates \
236231
cyrus-sasl \
@@ -255,8 +250,6 @@ export XDG_CACHE_HOME=/var/cache
255250
uv venv --python "${PYTHON_VERSION}" --system-site-packages /stackable/app
256251
chown -R "${STACKABLE_USER_UID}:0" /stackable/app/bin
257252
. /stackable/app/bin/activate
258-
# uv python install "${PYTHON_VERSION}" --no-cache -v
259-
# uv python pin "${PYTHON_VERSION}" --no-cache -v
260253

261254
# fix missing permissions
262255
chmod a+x /entrypoint.sh

0 commit comments

Comments
 (0)