add pkg-config and libvirt-dev
This commit is contained in:
parent
065e2b8462
commit
a841c5aa2f
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libnacl-dev \
|
libnacl-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
pkg-config \
|
||||||
|
libvirt-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# --- Set work directory ---
|
# --- Set work directory ---
|
||||||
|
|
Loading…
Add table
Reference in a new issue