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 91d470c commit 17efc78Copy full SHA for 17efc78
Docker-compose.yml
@@ -9,4 +9,4 @@ services:
9
- ./config.yml:/home/container/config.yml
10
environment:
11
# Switch this to false for better captcha detection
12
- - HEADLESS=false
+ - HEADLESS=false
Dockerfile
@@ -21,12 +21,12 @@ USER root
21
22
RUN apt-get update \
23
&& apt-get install -y \
24
- xvfb \
25
- fonts-liberation \
26
- fonts-dejavu-core \
27
fontconfig \
28
- libxss1 \
+ fonts-dejavu-core \
+ fonts-liberation \
29
libgconf-2-4 \
+ libxss1 \
+ xvfb \
30
&& rm -rf /var/lib/apt/lists/*
31
32
# Copy and set up the initialization script
0 commit comments