Skip to content

Commit 970d43e

Browse files
committed
fix intendation
1 parent 9c8db9d commit 970d43e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

airflow/Dockerfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ ENV AIRFLOW_EXTRAS=async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch
3939

4040
RUN microdnf update && \
4141
microdnf install \
42-
cyrus-sasl-devel \
43-
# Needed by ./configure to build gevent, see snippet [1] at the end of file
44-
diffutils \
45-
# Needed to build gevent, see snippet [1] at the end of file
46-
make \
47-
gcc \
48-
gcc-c++ \
49-
libpq-devel \
50-
openldap-devel \
51-
openssl-devel \
52-
python${PYTHON} \
53-
python${PYTHON}-devel \
54-
python${PYTHON}-pip \
55-
python${PYTHON}-wheel \
56-
# The airflow odbc provider can compile without the development files (headers and libraries) (see https://github.com/stackabletech/docker-images/pull/683)
57-
unixODBC \
58-
# Needed to modify the SBOM
59-
jq && \
42+
cyrus-sasl-devel \
43+
# Needed by ./configure to build gevent, see snippet [1] at the end of file
44+
diffutils \
45+
# Needed to build gevent, see snippet [1] at the end of file
46+
make \
47+
gcc \
48+
gcc-c++ \
49+
libpq-devel \
50+
openldap-devel \
51+
openssl-devel \
52+
python${PYTHON} \
53+
python${PYTHON}-devel \
54+
python${PYTHON}-pip \
55+
python${PYTHON}-wheel \
56+
# The airflow odbc provider can compile without the development files (headers and libraries) (see https://github.com/stackabletech/docker-images/pull/683)
57+
unixODBC \
58+
# Needed to modify the SBOM
59+
jq && \
6060
microdnf clean all && \
6161
rm -rf /var/cache/yum
6262

0 commit comments

Comments
 (0)