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,5 +1,5 @@
FROM ubuntu:20.04
MAINTAINER yuzu
LABEL maintainer="yuzu"
# Create a user account yuzu (UID 1027) that the container will run as
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
apt-get update && apt-get -y full-upgrade && \