mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2026-01-01 12:15:29 +01:00
Update Dockerfile
This commit is contained in:
parent
533e37581f
commit
9bfd20e3b6
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ FROM debian:trixie
|
|||
COPY windows.sh /tmp/setup.sh
|
||||
COPY windows.reg /tmp/setup.reg
|
||||
COPY windows-libs.7z /tmp/windows-libs.7z
|
||||
RUN apt-get update --yes \
|
||||
RUN useradd -m -u 999 -g 994 -s /bin/bash suyu && \
|
||||
apt-get update --yes \
|
||||
&& apt-get -y install git wget unzip p7zip xvfb \
|
||||
&& dpkg --add-architecture i386 \
|
||||
&& mkdir -pm755 /etc/apt/keyrings \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue