Skip to content

Commit

Permalink
chore: update with repo template
Browse files Browse the repository at this point in the history
Fix sonar issue
  • Loading branch information
SebastianScheidegger committed Jan 29, 2025
1 parent ee9f659 commit 2bf65b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ LABEL maintainer="SBB Polarion Team <[email protected]>"
ARG APP_IMAGE_VERSION=0.0.0-dev

RUN apt-get update && \
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 && \
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 && \
apt-get clean autoclean && \
apt-get --yes autoremove && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 2bf65b6

Please sign in to comment.