diff --git a/Dockerfile b/Dockerfile index c74d0ed..124f428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="SBB Polarion Team " ARG APP_IMAGE_VERSION RUN apt-get update && \ - apt-get --yes --no-install-recommends install python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0 fonts-liberation chromium && \ + apt-get --yes --no-install-recommends install chromium fonts-liberation libpango-1.0-0 libpangoft2-1.0-0 python3-brotli python3-cffi && \ apt-get clean autoclean && \ apt-get --yes autoremove && \ rm -rf /var/lib/apt/lists/*