We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca18f7 commit 57f2b6cCopy full SHA for 57f2b6c
images/Dockerfile
@@ -45,7 +45,7 @@ ENV ImageOS=ubuntu22
45
46
# 'gpg-agent' and 'software-properties-common' are needed for the 'add-apt-repository' command that follows
47
RUN apt update -y \
48
- && apt install -y --no-install-recommends sudo lsb-release gpg-agent software-properties-common curl jq unzip \
+ && apt install -y --no-install-recommends sudo lsb-release gpg-agent software-properties-common curl jq make unzip \
49
&& rm -rf /var/lib/apt/lists/*
50
51
# Configure git-core/ppa based on guidance here: https://git-scm.com/download/linux
0 commit comments