mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 22:07:48 +00:00
linux-mingw: Perform a full-upgrade like on linux-fresh and linux-clang-format
This brings parity between linux-mingw, linux-fresh and linux-clang-format.
This commit is contained in:
parent
0b26836970
commit
2f91c00297
|
@ -1,7 +1,8 @@
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
MAINTAINER yuzu
|
MAINTAINER yuzu
|
||||||
RUN useradd -m -s /bin/bash yuzu && mkdir -p /tmp/pkgs
|
RUN useradd -m -s /bin/bash yuzu && mkdir -p /tmp/pkgs
|
||||||
RUN apt-get update && apt-get install -y gpg wget git python3-pip python ccache p7zip-full g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 mingw-w64-tools cmake ninja-build
|
RUN apt-get update && apt-get -y full-upgrade
|
||||||
|
RUN apt-get install -y gpg wget git python3-pip python ccache p7zip-full g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 mingw-w64-tools cmake ninja-build
|
||||||
# workaround broken headers in Ubuntu MinGW package
|
# workaround broken headers in Ubuntu MinGW package
|
||||||
COPY errno.h /usr/x86_64-w64-mingw32/include/
|
COPY errno.h /usr/x86_64-w64-mingw32/include/
|
||||||
# add mingw-w64 auxiliary ppa repository
|
# add mingw-w64 auxiliary ppa repository
|
||||||
|
|
Loading…
Reference in a new issue