Switch to GNU Bison as a dependency

First step for #595
This commit is contained in:
ISSOtm
2020-12-09 17:50:49 +01:00
parent ede982b50a
commit 3fe2fa43bb
3 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
FROM alpine:latest
RUN apk add --update \
build-base \
byacc \
bison \
libpng-dev
COPY . /rgbds
WORKDIR /rgbds