Add binutils to list of installed packages

binutils offers useful utilities, namely objcopy for me.
It is reasonable to assume others may need them as well.
This commit is contained in:
Byron Lathi 2022-03-05 23:00:26 -06:00
parent 64f72863a0
commit d879c70108
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ENV BUILD_DIR="/tmp" \
COPY bin /usr/local/bin
RUN apk add --no-cache build-base && \
RUN apk add --no-cache build-base binutils && \
echo "Building CC65 ${CC65_VERSION}" && \
cd ${BUILD_DIR} && \
wget https://github.com/cc65/cc65/archive/${CC65_VERSION}.tar.gz && \