We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa233b6 commit 349ab91Copy full SHA for 349ab91
Dockerfile
@@ -17,8 +17,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
17
build-essential \
18
chromium \
19
libnss3 \
20
- libgconf-2-4 \
21
libasound2 \
+ fonts-liberation \
22
+ libatk-bridge2.0-0 \
23
+ libgtk-3-0 \
24
+ libx11-xcb1 \
25
&& rm -rf /var/lib/apt/lists/*
26
# RUN apt-get install libx11-6 --no-install-recommends -y
27
# RUN apt-get install libglib2.0-0 --no-install-recommends -y
0 commit comments