1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

Install build-essential in ubuntu image.

This commit is contained in:
Brenden Matthews 2021-02-05 13:37:16 -06:00
parent 5e1b6a2480
commit 88fce68a7c
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -4,6 +4,7 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -qy --no-install-recommends \
audacious-dev \
build-essential \
cmake \
docbook2x \
git \