Skip to content

Commit

Permalink
Update base image packages when creating koku image (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-HAP authored Oct 26, 2021
1 parent 099fb36 commit 8474478
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 @@ -32,6 +32,9 @@ LABEL summary="$SUMMARY" \

USER root

# Get latest packages
RUN dnf -y upgrade

COPY ./.s2i/bin/ $STI_SCRIPTS_PATH

# Copy application files to the image.
Expand Down

0 comments on commit 8474478

Please sign in to comment.