From 556ae0d68fe522a2b0845ef396ab1aa107614bf7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 3 Aug 2024 23:40:59 +0300 Subject: [PATCH] Add build tools to the container image. Needed for building some of the Python packages. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a165e01..90259aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- GitLab