We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ae017 + 8d6b133 commit 40c4817Copy full SHA for 40c4817
1 file changed
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13
+FROM ubuntu:24.04
2
3
LABEL org.opencontainers.image.source="https://github.com/nextcloud/documentation"
4
LABEL org.opencontainers.image.description="Sphinx build environment for Nextcloud documentation"
@@ -12,6 +12,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
12
&& apt-get -y install --no-install-recommends \
13
ca-certificates curl gnupg2 git lsb-release nano make \
14
unzip wget \
15
+ python3 python3-pip python3-venv \
16
latexmk texlive-fonts-extra texlive-fonts-extra-links texlive-fonts-recommended \
17
texlive-latex-extra texlive-latex-recommended tex-gyre texlive-xetex xindy \
18
&& mktexlsr \
0 commit comments