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