Update build envs to ubunto 20.04. Change mingw build env to arch

This commit is contained in:
James Rowe 2020-04-24 18:12:02 -06:00
parent ade2a84dba
commit 4bf0830796
4 changed files with 55 additions and 20 deletions

View file

@ -1,4 +1,4 @@
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