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