Skip to content

Commit 9fb2425

Browse files
committed
fix(examples): adding iptables to ubuntu example
1 parent 4e3b606 commit 9fb2425

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/ubuntu/templates/user-data.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ ${pre_install}
77
apt-get update
88
DEBIAN_FRONTEND=noninteractive apt-get install -y \
99
awscli \
10-
jq \
10+
build-essential \
1111
curl \
12-
wget \
1312
git \
13+
iptables \
14+
jq \
1415
uidmap \
15-
build-essential \
16-
unzip
16+
unzip \
17+
wget
1718

1819
user_name=ubuntu
1920
user_id=$(id -ru $user_name)

0 commit comments

Comments
 (0)