mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 05:03:38 +00:00
c44be88736
Ubuntu bionic loses support next month, so we are getting ahead of it by upgrading to Ubuntu 20.04 (focal) now.
7 lines
119 B
Text
7 lines
119 B
Text
|
|
RUN apt install --no-install-recommends -y \
|
|
libgmp-dev \
|
|
libmpfr-dev \
|
|
libmpc-dev \
|
|
flex \
|
|
bison
|