Skip to content

Commit 2bf65b6

Browse files
chore: update with repo template
Fix sonar issue
1 parent ee9f659 commit 2bf65b6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ LABEL maintainer="SBB Polarion Team <[email protected]>"
55
ARG APP_IMAGE_VERSION=0.0.0-dev
66

77
RUN apt-get update && \
8-
apt-get --yes --no-install-recommends install chromium dbus fonts-dejavu fonts-liberation libpango-1.0-0 libpangoft2-1.0-0 python3-brotli python3-cffi vim && \
8+
apt-get --yes --no-install-recommends install \
9+
chromium dbus \
10+
fonts-dejavu \
11+
fonts-liberation \
12+
libpango-1.0-0 \
13+
libpangoft2-1.0-0 \
14+
python3-brotli \
15+
python3-cffi \
16+
vim && \
917
apt-get clean autoclean && \
1018
apt-get --yes autoremove && \
1119
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)