KASM-7194 Add NASM to all builder Dockerfiles

This commit is contained in:
El 2025-03-14 15:25:52 +05:00
parent c0d73ebd28
commit 62a1c210c9
No known key found for this signature in database
GPG key ID: EB3F4C9EA29CDE59
17 changed files with 20 additions and 9 deletions

View file

@ -22,7 +22,7 @@ RUN apt-get update && \
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install cmake git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install ninja-build cmake nasm git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev libxcursor-dev
ENV SCRIPTS_DIR=/tmp/scripts