nasm
The Netwide Assembler, a portable 80x86 assembler. More information: <https://nasm.us>.
RUN apt-get update && \
apt-get install -y nasm
RUN apt-get update && \
apt-get install -y nasm
RUN apk add nasm
RUN pacman -S --noconfirm nasm
RUN apt-get update && \
apt-get install -y nasm
RUN yum install -y nasm
RUN dnf install -y nasm
RUN apt-get update && \
apt-get install -y nasm