Skip to content

Commit

Permalink
Update Dockerfile.ubuntu (Fortify)
Browse files Browse the repository at this point in the history
Add NASM and binutils in the base image
  • Loading branch information
teoberi committed May 23, 2024
1 parent 5cd04fc commit 6246585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get -y -q upgrade && DEBIAN_FRONTEND=noninteractive ap
bc bison flex build-essential git file \
libncurses-dev libssl-dev u-boot-tools wget \
xz-utils vim libxml2-utils python3 python3-pip jq \
gcc clang gcc-multilib && apt-get clean \
gcc clang gcc-multilib nasm binutils && apt-get clean \
pip3 install --upgrade pip && pip3 install setuptools && \
pip3 install demjson3 && mkdir -p /zig && \
wget https://ziglang.org/builds/zig-linux-$(uname -m)-0.12.0-dev.3667+77abd3a96.tar.xz && \
Expand Down

0 comments on commit 6246585

Please sign in to comment.