Skip to content

Commit

Permalink
[artemiscloud#1044] Update packages with microdnf
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrommelt committed Oct 29, 2024
1 parent 62de9d9 commit 96c567c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ COPY --from=builder /opt/app-root/src/entrypoint/entrypoint ${USER_HOME}/bin/ent
# Set operator bin owner and permissions
RUN chown -R `id -u`:0 ${USER_HOME}/bin && chmod -R 755 ${USER_HOME}/bin

# Upgrade packages
RUN microdnf update -y --setopt=install_weak_deps=0

USER ${USER_UID}
ENTRYPOINT ["${USER_HOME}/bin/entrypoint"]

Expand Down

0 comments on commit 96c567c

Please sign in to comment.