Skip to content

Commit

Permalink
fix(examples): adding iptables to ubuntu example
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Aug 4, 2022
1 parent 4e3b606 commit 9fb2425
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/ubuntu/templates/user-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ ${pre_install}
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y \
awscli \
jq \
build-essential \
curl \
wget \
git \
iptables \
jq \
uidmap \
build-essential \
unzip
unzip \
wget

user_name=ubuntu
user_id=$(id -ru $user_name)
Expand Down

0 comments on commit 9fb2425

Please sign in to comment.