Skip to content

Commit 57f2b6c

Browse files
committed
feat(dockerfile): add make in base image
make could be very useful
1 parent bca18f7 commit 57f2b6c

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
@@ -45,7 +45,7 @@ ENV ImageOS=ubuntu22
4545

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

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

0 commit comments

Comments
 (0)