Skip to content

Commit 17efc78

Browse files
committed
fix sonarqube
1 parent 91d470c commit 17efc78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ services:
99
- ./config.yml:/home/container/config.yml
1010
environment:
1111
# Switch this to false for better captcha detection
12-
- HEADLESS=false
12+
- HEADLESS=false

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ USER root
2121

2222
RUN apt-get update \
2323
&& apt-get install -y \
24-
xvfb \
25-
fonts-liberation \
26-
fonts-dejavu-core \
2724
fontconfig \
28-
libxss1 \
25+
fonts-dejavu-core \
26+
fonts-liberation \
2927
libgconf-2-4 \
28+
libxss1 \
29+
xvfb \
3030
&& rm -rf /var/lib/apt/lists/*
3131

3232
# Copy and set up the initialization script

0 commit comments

Comments
 (0)