Skip to content

Commit bd75723

Browse files
committed
feat(dockerfile): add make in base image
make could be very useful
1 parent 68ff57d commit bd75723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV ImageOS=ubuntu22
4141

4242
# 'gpg-agent' and 'software-properties-common' are needed for the 'add-apt-repository' command that follows
4343
RUN apt update -y \
44-
&& apt install -y --no-install-recommends sudo lsb-release gpg-agent software-properties-common curl jq unzip \
44+
&& apt install -y --no-install-recommends sudo lsb-release gpg-agent software-properties-common curl jq make unzip \
4545
&& rm -rf /var/lib/apt/lists/*
4646

4747
# Configure git-core/ppa based on guidance here: https://git-scm.com/download/linux

0 commit comments

Comments
 (0)