Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit bf066ef

Browse files
committed
adding make
1 parent ce0c683 commit bf066ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
44

55
RUN export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get update \
7-
&& apt-get install -y --no-install-recommends g++ gcc wget \
7+
&& apt-get install -y --no-install-recommends g++ gcc wget make\
88
&& apt-get clean \
99
&& rm -rf /var/lib/apt/lists/*
1010

0 commit comments

Comments
 (0)