Add missing deps

This commit is contained in:
zontreck 2024-09-04 14:22:09 -07:00
parent 296cf41fa9
commit 60b28a92c3

View file

@ -6,7 +6,7 @@ RUN apt-get upgrade -y
ENV INSTALL_PREFIX /opt/wine
RUN apt-get install -y --no-install-recommends\
devscripts build-essential wget curl \
devscripts build-essential wget curl git build-essential \
autotools-dev\
autoconf\
bison\