Skip to content

Commit 8fbaf46

Browse files
add libdbus-1-dev and libnss3-dev to build 5.14.0
1 parent 5f2848d commit 8fbaf46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y --no-install-recomme
5151
libxcb-glx0-dev \
5252
# bash needed for argument substitution in entrypoint
5353
bash \
54+
# since 5.14.0 we apparently need libdbus-1-dev and libnss3-dev
55+
libnss3-dev \
56+
libdbus-1-dev \
5457
&& apt-get -qq clean \
5558
&& rm -rf /var/lib/apt/lists/* \
5659
&& printf "#!/bin/sh\nls -lah" > /usr/local/bin/ll && chmod +x /usr/local/bin/ll

0 commit comments

Comments
 (0)