fix: typo
All checks were successful
push / build (push) Successful in 3m55s

This commit is contained in:
张泊明518370910136 2024-12-08 10:39:36 -05:00
parent bc65740378
commit 9c0e630a0e
GPG Key ID: CA088E6D9284F870

View File

@ -11,7 +11,7 @@ RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.
useradd -u 1000 -ms /bin/bash tt && \
useradd -u 1001 -ms /bin/bash student && \
usermod -aG student tt && \
echo "student ALL=(tt) NOPASSWD:SETENV:/usr/local/bin/joj3\ntt ALL=(student) NOPASSWD:SETENV ALL" > /etc/sudoers.d/joj
echo "student ALL=(tt) NOPASSWD:SETENV:/usr/local/bin/joj3\ntt ALL=(student) NOPASSWD:SETENV:ALL" > /etc/sudoers.d/joj
# install joint-teapot
# TODO: change it to FOCS gitea mirror for deployment