Skip to content

Commit

Permalink
Add NASM and binutils on the base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
teoberi committed May 23, 2024
1 parent f9fddaf commit cca825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.photon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM photon:5.0
RUN tdnf upgrade -y && tdnf remove toybox -y && \
tdnf install -y build-essential git rpm-build coreutils util-linux \
make autoconf automake gcc ncurses-devel sed tar texinfo wget procps-ng grep \
findutils gzip file which libxml2 python3 python3-pip jq clang && \
findutils gzip file which libxml2 python3 python3-pip jq clang nasm binutils && \
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 cca825b

Please sign in to comment.