CI build: upgrade base image

- use python 3.9 (3.9 bullseyse)
- add latex-fonts-extra to fix missing tgtermes.sty
- in bullseye python3-pytango has been renamend to python3-tango
 (https://packages.debian.org/stable/python/python3-tango)

Change-Id: I06c8d8e432644f657057d14bbe754f28e2c10dd4
This commit is contained in:
Björn Pedersen 2022-11-10 08:35:42 +01:00
parent b3eebb6c6a
commit 5d6b208671

View File

@ -1,4 +1,4 @@
FROM python:3-buster AS base
FROM python:3.9 AS base
ARG PYVER=python3
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
@ -11,7 +11,7 @@ RUN apt-get update && \
locales \
python3 \
python3-dev \
python3-pytango \
python3-tango \
python3-venv python3-setuptools \
virtualenv
@ -41,6 +41,7 @@ RUN virtualenv -p /usr/bin/python3 --system-site-packages /home/jenkins/secopven
FROM base AS docs
ARG PYVER=python3
ENV DEBIAN_FRONTEND=noninteractive
USER root
@ -50,6 +51,8 @@ RUN apt-get update && \
texlive-latex-base \
texlive-latex-recommended \
texlive-fonts-recommended \
texlive-fonts-extra \
tex-gyre \
texlive-base \
texlive-binaries \
latexmk