mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 15:37:13 +00:00
Add linux-fresh container
This commit is contained in:
parent
51e5a2389f
commit
c5db00ae59
4
linux-fresh/Dockerfile
Normal file
4
linux-fresh/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev wget cmake ninja-build ccache
|
Loading…
Reference in a new issue