mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2026-01-09 07:58:28 +01:00
Initial addition of build-environment files.
This commit is contained in:
parent
51e5a2389f
commit
8a43699577
7 changed files with 299 additions and 0 deletions
5
linux-fresh/Dockerfile
Normal file
5
linux-fresh/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu:18.04
|
||||
MAINTAINER yuzu
|
||||
RUN useradd -m -s /bin/bash yuzu
|
||||
RUN apt-get update && apt-get -y full-upgrade
|
||||
RUN apt-get install --no-install-recommends -y build-essential libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev libqt5opengl5-dev wget git ccache cmake ninja-build
|
||||
Loading…
Add table
Add a link
Reference in a new issue