更新 Dockerfile

This commit is contained in:
jxxghp 2023-06-10 17:23:48 +08:00 committed by GitHub
parent 8cc7fa59db
commit bf1d482ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
FROM python:3.10.11-slim
ENV LANG="C.UTF-8" \
TZ="Asia/Shanghai" \
PS1="\u@\h:\w \$ " \
PUID=0 \
PGID=0 \
UMASK=000 \