This commit is contained in:
jxxghp
2023-06-07 14:35:01 +08:00
parent e5c5a3a0ab
commit 09bd43e5e0
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
FROM python:3.10.11-alpine3.17
RUN apk update && apk add --no-cache cython
ENV LANG="C.UTF-8" \
TZ="Asia/Shanghai" \
PS1="\u@\h:\w \$ " \