mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2026-01-01 20:24:54 +01:00
Update Dockerfile
This commit is contained in:
parent
e3aa4ab18b
commit
9030b42a28
1 changed files with 1 additions and 1 deletions
|
|
@ -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 1027 -s /bin/bash suyu && \
|
||||
RUN useradd -m -u 999 -g 994 -s /bin/bash suyu && \
|
||||
apt-get update && \
|
||||
apt-get full-upgrade -y && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue