Skip to content

Commit

Permalink
Update OS package by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Sep 23, 2024
1 parent 6bf18ed commit 11871d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-plain/files/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
FROM registry.access.redhat.com/ubi9/nginx-124

USER root

RUN yum -y update && \
yum clean all

USER 1001

RUN echo -n "Hello World" > index.html

# Run script uses standard ways to run the application
Expand Down

0 comments on commit 11871d4

Please sign in to comment.