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 68ff57d commit bd75723Copy full SHA for bd75723
images/Dockerfile
@@ -41,7 +41,7 @@ ENV ImageOS=ubuntu22
41
42
# 'gpg-agent' and 'software-properties-common' are needed for the 'add-apt-repository' command that follows
43
RUN apt update -y \
44
- && 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 \
45
&& rm -rf /var/lib/apt/lists/*
46
47
# Configure git-core/ppa based on guidance here: https://git-scm.com/download/linux
0 commit comments