From bf1d482ec58dda7200c02d6ef15fd9212eb5ce8c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 10 Jun 2023 17:23:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bd8028e..e2a428ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \