Skip to content

Commit 2042f90

Browse files
committed
update
1 parent 19f4506 commit 2042f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer "[email protected]"
55
RUN apt-get update && \
66
apt-get upgrade -y && \
77
DEBIAN_FRONTEND=noninteractive apt-get install -y \
8-
build-essential \
8+
build-essential make autoconf \
99
&& \
1010
apt-get clean && \
1111
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)