Skip to content

Commit

Permalink
add make to userdata
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeket committed May 26, 2024
1 parent aef8129 commit 22ec7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/templates/user-data.sh.tftpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

apt update
apt install -y ca-certificates curl git
apt install -y ca-certificates curl git make
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc
Expand Down

0 comments on commit 22ec7cf

Please sign in to comment.