Skip to content

Commit

Permalink
docker-image: Add python3-mako, nasm and yasm to default image
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 28, 2024
1 parent fdcf090 commit c3bcd2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
meson \
mlocate \
moreutils \
nasm \
ninja-build \
patchelf \
php \
pkg-config \
python2 \
python3 \
python3-distutils \
python3-mako \
python3-pip \
python3-virtualenv \
rename \
Expand All @@ -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 && \
Expand Down

0 comments on commit c3bcd2a

Please sign in to comment.