Skip to content

Commit

Permalink
Fix oracle linux integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley committed May 16, 2024
1 parent a498a43 commit b9f2ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker/nginx-oss/rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ enabled=1" > /etc/yum.repos.d/nginx.repo; \


RUN set -x \
&& groupadd --system --gid 101 nginx \
&& adduser -g nginx --system --no-create-home --home /nonexistent --shell /bin/false --uid 101 nginx \
&& groupadd --system --gid 102 nginx \
&& adduser -g nginx --system --no-create-home --home /nonexistent --shell /bin/false --uid 102 nginx \
&& usermod -s /sbin/nologin nginx \
&& usermod -L nginx \
&& yum install -y git \
Expand Down

0 comments on commit b9f2ded

Please sign in to comment.