Merge pull request #2 from bman12three4/master

Add binutils to list of installed packages
This commit is contained in:
A2 Geek 2022-03-06 14:35:27 -06:00 committed by GitHub
commit 8cc4dab709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 && \