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 ce0c683 commit bf066efCopy full SHA for bf066ef
1 file changed
docker/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
4
5
RUN export DEBIAN_FRONTEND=noninteractive \
6
&& apt-get update \
7
- && apt-get install -y --no-install-recommends g++ gcc wget \
+ && apt-get install -y --no-install-recommends g++ gcc wget make\
8
&& apt-get clean \
9
&& rm -rf /var/lib/apt/lists/*
10
0 commit comments