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 #4405 passed
...@@ -8,6 +8,7 @@ COPY --from=golang /go/bin/on-change /go/bin/ttyrec2gif /usr/local/bin/ ...@@ -8,6 +8,7 @@ COPY --from=golang /go/bin/on-change /go/bin/ttyrec2gif /usr/local/bin/
# hadolint ignore=DL3008,DL3013 # hadolint ignore=DL3008,DL3013
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
fonts-font-awesome \ fonts-font-awesome \
fonts-linex \ fonts-linex \
fonts-noto-extra \ fonts-noto-extra \
...@@ -21,6 +22,7 @@ RUN apt-get update && \ ...@@ -21,6 +22,7 @@ RUN apt-get update && \
mandoc \ mandoc \
pandoc \ pandoc \
poppler-utils \ poppler-utils \
python3-dev \
python3-pip \ python3-pip \
texlive-extra-utils \ texlive-extra-utils \
texlive-fonts-extra \ texlive-fonts-extra \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment