File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,8 @@ RUN microdnf update && \
4343 # Needed to modify the SBOM
4444 jq && \
4545 microdnf clean all && \
46- rm -rf /var/cache/yum
47-
48- RUN <<EOF
46+ rm -rf /var/cache/yum && \
47+ bash <<EOF
4948python${PYTHON} -m venv --system-site-packages /stackable/app
5049
5150source /stackable/app/bin/activate
@@ -119,9 +118,8 @@ RUN microdnf update && \
119118 socat \
120119 unixODBC && \
121120 microdnf clean all && \
122- rm -rf /var/cache/yum
123-
124- RUN <<EOF
121+ rm -rf /var/cache/yum && \
122+ bash <<EOF
125123# Get the correct `tini` binary for our architecture.
126124# It is used as an init alternative in the entrypoint
127125curl -o /usr/bin/tini "https://repo.stackable.tech/repository/packages/tini/tini-${TINI}-${TARGETARCH}"
You can’t perform that action at this time.
0 commit comments