Skip to content

Commit

Permalink
Fix Syntax (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
IBMRob authored Sep 26, 2022
1 parent 618da61 commit 6be292f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/updateBase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM ${FROMIMAGE}

USER root

RUN RUN microdnf update && microdnf clean all
RUN microdnf update && microdnf clean all

USER 1001
USER 1001

0 comments on commit 6be292f

Please sign in to comment.