Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0079d16

Browse files
marcofranssennpalm
authored andcommitted
fix: Add some essential dependecies on ubuntu example
This enables more opensource setup actions like azure/setup-helm and workflows requiring 'make' and gcc.
1 parent 5b3fc5b commit 0079d16

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: examples/ubuntu/templates/user-data.sh

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ ${pre_install}
55

66
# Install AWS CLI
77
apt-get update
8-
DEBIAN_FRONTEND=noninteractive apt-get install -y awscli jq curl wget git uidmap
8+
DEBIAN_FRONTEND=noninteractive apt-get install -y \
9+
awscli \
10+
jq \
11+
curl \
12+
wget \
13+
git \
14+
uidmap \
15+
build-essential \
16+
unzip
917

1018
USER_NAME=runners
1119
useradd -m -s /bin/bash $USER_NAME

0 commit comments

Comments
 (0)