We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f4506 commit 2042f90Copy full SHA for 2042f90
Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer "[email protected]"
5
RUN apt-get update && \
6
apt-get upgrade -y && \
7
DEBIAN_FRONTEND=noninteractive apt-get install -y \
8
- build-essential \
+ build-essential make autoconf \
9
&& \
10
apt-get clean && \
11
rm -rf /var/lib/apt/lists/*
0 commit comments