Skip to content

Commit 32033d8

Browse files
authored
fix: don't attempt to delete rhel license (#1440)
1 parent 8da56ff commit 32033d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/appprotect/DockerfileWithAppProtectForPlusForOpenShift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
6161
'cap_net_bind_service=+ep' /usr/sbin/nginx-debug \
6262
&& yum remove -y wget \
6363
&& rm /etc/yum.repos.d/nginx-plus-7.repo \
64-
&& rm nginx_signing.key /tmp/rhel_license
64+
&& rm nginx_signing.key
6565

6666

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

0 commit comments

Comments
 (0)