Ensure getent is available

This commit is contained in:
Matteo Settenvini 2022-09-12 00:44:43 +02:00
parent 20072cf1ea
commit cef4f452f2
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt update && \
apt install -y \
libc-bin \
libclang-dev \
libssl-dev \
pkg-config \