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 ee9f659 commit 2bf65b6Copy full SHA for 2bf65b6
Dockerfile
@@ -5,7 +5,15 @@ LABEL maintainer="SBB Polarion Team <[email protected]>"
5
ARG APP_IMAGE_VERSION=0.0.0-dev
6
7
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 && \
+ 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 && \
17
apt-get clean autoclean && \
18
apt-get --yes autoremove && \
19
rm -rf /var/lib/apt/lists/*
0 commit comments