mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2026-03-24 11:08:38 +00:00
Update build envs to ubunto 20.04. Change mingw build env to arch
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
FROM ubuntu:18.04
|
||||
FROM ubuntu:20.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
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y full-upgrade
|
||||
RUN DEBIAN_FRONTEND=noninteractive 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
|
||||
|
||||
Reference in New Issue
Block a user