You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN wget -qO - https://cs.nginx.com/static/keys/nginx_signing.key | gpg --dearmor | tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
1708
1708
1709
1709
# Add NGINX Plus and NGINX App Protect DoS repository:
1710
-
RUN printf"deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg]https://pkgs.nginx.com/plus/ubuntu `lsb_release -cs` nginx-plus\n"| tee /etc/apt/sources.list.d/nginx-plus.list
1710
+
RUN printf"deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg]https://pkgs.nginx.com/plus/ubuntu `lsb_release -cs` nginx-plus\n"| tee /etc/apt/sources.list.d/nginx-plus.list
1711
1711
RUN printf"deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] https://pkgs.nginx.com/app-protect-dos/ubuntu `lsb_release -cs` nginx-plus\n"| tee /etc/apt/sources.list.d/nginx-app-protect-dos.list
1712
1712
1713
1713
# Download the apt configuration to `/etc/apt/apt.conf.d`:
0 commit comments