linux-fresh: update base image to use Qt 5.15 ...

... other images replaced MAINTAINER with LABEL
This commit is contained in:
liushuyu 2021-07-13 23:23:48 -06:00
parent b4ae436ed4
commit ccadba44f5
4 changed files with 5 additions and 6 deletions

View file

@ -1,8 +1,7 @@
FROM archlinux:latest
MAINTAINER yuzu
LABEL maintainer="yuzu"
ENV EXT_BIN_URL="https://github.com/yuzu-emu/ext-linux-bin/raw/main/mingw"
# Workaround for Arch Linux Docker image failing to build
# From https://stackoverflow.com/questions/66154574
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && \