build(docker/backend): tmp-remove more deps

This commit is contained in:
Sarah Vaupel 2024-12-10 15:33:29 +01:00 committed by Steffen Jost
parent 00036a7f58
commit 311cb0e3e3

View File

@ -3,6 +3,8 @@ FROM devfra.azurecr.io/de.fraport.build/tools:1.1.0
# DEBUG: list apt sources
RUN grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/*
ENV LANG=en_US.UTF-8
# compile-time dependencies
RUN apt-get -y update && apt-get -y install haskell-stack
RUN apt-get -y update && apt-get -y install llvm
@ -11,11 +13,9 @@ RUN apt-get -y update && apt-get -y install llvm
# RUN apt-get -y update && apt-get -y install locales locales-all
# run-time dependencies for uniworx binary
RUN apt-get -y update && apt-get -y install fonts-roboto
# RUN apt-get -y update && apt-get -y install fonts-roboto
# RUN apt-get -y update && apt-get -y install pdftk
RUN apt-get -y update && apt-get -y install texlive-base luatex
ENV LANG=en_US.UTF-8
# RUN apt-get -y update && apt-get -y install texlive-base luatex
# locally these two should be identical, so that compilation results are written out into the file dir.
# in CI-pipelines these two should be different, so that the container caches the compilation results.