Skip to content

Commit

Permalink
os patch ubi9 image (#5252)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Mar 15, 2024
1 parent db7c78f commit a018c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
fi \
## the code below is duplicated from the ubi-plus image because NAP WAF doesn't support UBI minimal versions
&& dnf --nodocs install -y shadow-utils ca-certificates \
&& dnf update -y \
&& groupadd --system --gid 101 nginx \
&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx \
&& rpm --import /tmp/nginx_signing.key \
Expand Down

0 comments on commit a018c97

Please sign in to comment.