shithub: rgbds

Download patch

ref: c3ccdc548ee002dea38032d008cb89981ef660d8
parent: fd721ca48088999ba330ad5037758765aa06f7e3
author: ISSOtm <eldredhabert0@gmail.com>
date: Wed Dec 9 04:42:19 EST 2020

Remove unnecessary flex dep from Dockerfile

--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,6 @@
 RUN apk add --update \
       build-base \
       byacc \
-      flex \
       libpng-dev
 COPY . /rgbds
 WORKDIR /rgbds