Remove unnecessary flex dep from Dockerfile

This commit is contained in:
ISSOtm
2020-12-09 09:42:19 +01:00
parent fd721ca480
commit c3ccdc548e

View File

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