Skip to content

Commit

Permalink
fix: don't attempt to delete rhel license (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 authored Mar 9, 2021
1 parent 8da56ff commit 32033d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
'cap_net_bind_service=+ep' /usr/sbin/nginx-debug \
&& yum remove -y wget \
&& rm /etc/yum.repos.d/nginx-plus-7.repo \
&& rm nginx_signing.key /tmp/rhel_license
&& rm nginx_signing.key


# forward nginx access and error logs to stdout and stderr of the ingress
Expand Down

0 comments on commit 32033d8

Please sign in to comment.