Update Dockerfile

This commit is contained in:
Paulo Alfaiate 2024-03-19 00:47:04 +00:00
parent 9bfd20e3b6
commit 6ab484cd9e

View file

@ -12,7 +12,7 @@ ENV QT_VER=5.15.2
ENV UBUNTU_VER=focal
# Create a user account suyu (UID 1027) that the container will run as
RUN useradd -m -u 999 -g 994 -s /bin/bash suyu && \
RUN useradd -m -u 1027 -s /bin/bash suyu && \
apt-get update && \
apt-get full-upgrade -y && \
apt-get install --no-install-recommends -y \