1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

Include libc++ in docker build.

This commit is contained in:
Brenden Matthews 2022-12-27 15:34:49 -05:00
parent 0e61013ac9
commit 31d247a80d
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -11,6 +11,8 @@ RUN apt-get update \
git \
libarchive-dev \
libaudclient-dev \
libc++-dev \
libc++abi-dev \
libcairo2-dev \
libcurl4-openssl-dev \
libdbus-glib-1-dev \
@ -113,6 +115,8 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -qy --no-install-recommends \
libaudclient2 \
libc++1 \
libc++abi1 \
libcairo2 \
libcurl4 \
libdbus-glib-1-2 \