From c3bcd2a6b48fa2bdb0ef5110052ee0d0f05a2da0 Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Sun, 28 Jul 2024 17:34:29 +0000 Subject: [PATCH] docker-image: Add python3-mako, nasm and yasm to default image --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 522a2e731e9..253a44d46c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,6 +60,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ meson \ mlocate \ moreutils \ + nasm \ ninja-build \ patchelf \ php \ @@ -67,6 +68,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ python2 \ python3 \ python3-distutils \ + python3-mako \ python3-pip \ python3-virtualenv \ rename \ @@ -82,6 +84,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ tree \ unzip \ xmlto \ + yasm \ zip \ zlib1g-dev && \ apt-get clean && \