Skip to content

Commit 40c4817

Browse files
authored
Merge pull request #14653 from nextcloud/copilot/update-dockerfile-base-image
2 parents 33ae017 + 8d6b133 commit 40c4817

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13
1+
FROM ubuntu:24.04
22

33
LABEL org.opencontainers.image.source="https://github.com/nextcloud/documentation"
44
LABEL org.opencontainers.image.description="Sphinx build environment for Nextcloud documentation"
@@ -12,6 +12,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
1212
&& apt-get -y install --no-install-recommends \
1313
ca-certificates curl gnupg2 git lsb-release nano make \
1414
unzip wget \
15+
python3 python3-pip python3-venv \
1516
latexmk texlive-fonts-extra texlive-fonts-extra-links texlive-fonts-recommended \
1617
texlive-latex-extra texlive-latex-recommended tex-gyre texlive-xetex xindy \
1718
&& mktexlsr \

0 commit comments

Comments
 (0)