mirror of
https://github.com/a2geek/cc65-pipeline.git
synced 2024-10-31 15:05:42 +00:00
Merge pull request #2 from bman12three4/master
Add binutils to list of installed packages
This commit is contained in:
commit
8cc4dab709
@ -10,7 +10,7 @@ ENV BUILD_DIR="/tmp" \
|
|||||||
|
|
||||||
COPY bin /usr/local/bin
|
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}" && \
|
echo "Building CC65 ${CC65_VERSION}" && \
|
||||||
cd ${BUILD_DIR} && \
|
cd ${BUILD_DIR} && \
|
||||||
wget https://github.com/cc65/cc65/archive/${CC65_VERSION}.tar.gz && \
|
wget https://github.com/cc65/cc65/archive/${CC65_VERSION}.tar.gz && \
|
||||||
|
Loading…
Reference in New Issue
Block a user