parent
b2bff80bc6
commit
ce1e84ba51
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUN "sudo apt-get update";
|
||||
|
||||
RUN "sudo apt-get install --yes ufw";
|
||||
|
||||
RUN "sudo ufw allow 22/tcp comment ssh";
|
||||
|
||||
RUN "echo 'y' | sudo ufw enable";
|
Loading…
Reference in a new issue