Skip to content

Commit

Permalink
Merge branch 'main' into gather-dynamic-plugins-schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfestal committed Nov 10, 2023
2 parents 8f0decb + 3a35018 commit f1c4583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ RUN microdnf update -y && \
popd >/dev/null; \
microdnf clean all; rm -fr $REMOTE_SOURCES_DIR/upstream2

# Downstream only - Make python3.11 the default python
RUN alternatives --install /usr/bin/python python /usr/bin/python3.11 1

# Downstream only - copy from build, not cleanup stage
COPY --from=build --chown=1001:1001 $REMOTE_SOURCES_DIR/ ./
# Downstream only - copy embedded dynamic plugins from $REMOTE_SOURCES_DIR
Expand Down

0 comments on commit f1c4583

Please sign in to comment.