We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2848d commit 8fbaf46Copy full SHA for 8fbaf46
Dockerfile
@@ -51,6 +51,9 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y --no-install-recomme
51
libxcb-glx0-dev \
52
# bash needed for argument substitution in entrypoint
53
bash \
54
+ # since 5.14.0 we apparently need libdbus-1-dev and libnss3-dev
55
+ libnss3-dev \
56
+ libdbus-1-dev \
57
&& apt-get -qq clean \
58
&& rm -rf /var/lib/apt/lists/* \
59
&& printf "#!/bin/sh\nls -lah" > /usr/local/bin/ll && chmod +x /usr/local/bin/ll
0 commit comments