This commit is contained in:
jxxghp
2023-06-07 15:24:33 +08:00
parent c22f953892
commit 696bffc41f
2 changed files with 7 additions and 2 deletions

View File

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