Skip to content

Commit b4d5914

Browse files
rnitzanADubhlaoich
authored andcommitted
fix: missing space in nap dos ubuntu docker template (#458)
Co-authored-by: Alan Dooley <[email protected]>
1 parent 7017f94 commit b4d5914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nap-dos/deployment-guide/learn-about-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ RUN apt-get update && apt-get install -y apt-transport-https lsb-release ca-cert
17071707
RUN wget -qO - https://cs.nginx.com/static/keys/nginx_signing.key | gpg --dearmor | tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
17081708
17091709
# 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
17111711
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
17121712
17131713
# Download the apt configuration to `/etc/apt/apt.conf.d`:

0 commit comments

Comments
 (0)