Ensure getent is available
This commit is contained in:
parent
20072cf1ea
commit
cef4f452f2
|
@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y \
|
apt install -y \
|
||||||
|
libc-bin \
|
||||||
libclang-dev \
|
libclang-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
|
Loading…
Reference in New Issue