Skip to content
Snippets Groups Projects
Commit 556ae0d6 authored by nimrod's avatar nimrod
Browse files

Add build tools to the container image.

Needed for building some of the Python packages.
parent 20ecb581
No related branches found
No related tags found
No related merge requests found
Pipeline #4330 passed
......@@ -8,6 +8,7 @@ COPY --from=golang /go/bin/on-change /go/bin/ttyrec2gif /usr/local/bin/
# hadolint ignore=DL3008,DL3013
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
fonts-font-awesome \
fonts-linex \
fonts-noto-extra \
......@@ -21,6 +22,7 @@ RUN apt-get update && \
mandoc \
pandoc \
poppler-utils \
python3-dev \
python3-pip \
texlive-extra-utils \
texlive-fonts-extra \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment