Skip to content

Commit 296d1b9

Browse files
committed
revert layer optimization
1 parent 9bacd28 commit 296d1b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

airflow/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ RUN microdnf update && \
4343
# Needed to modify the SBOM
4444
jq && \
4545
microdnf clean all && \
46-
rm -rf /var/cache/yum && \
47-
bash <<EOF
46+
rm -rf /var/cache/yum
47+
48+
RUN <<EOF
4849
python${PYTHON} -m venv --system-site-packages /stackable/app
4950

5051
source /stackable/app/bin/activate

0 commit comments

Comments
 (0)