From c4e29cac2f690f4a98505c929a65ed74fd8c950a Mon Sep 17 00:00:00 2001 From: mingzailao Date: Thu, 4 May 2023 18:35:20 +0800 Subject: [PATCH] no meesage --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf08a6e..b5f43e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,12 +12,14 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt-get -y update && \ apt-get -y upgrade && \ - apt-get install -y python3-pip python3-dev + apt-get install -y python3.8 python3-pip + RUN apt-get install -y locales git vim nano RUN apt-get install -y zsh && apt-get install -y curl -RUN PATH="$PATH:/usr/bin/zsh" +ENV PATH="$PATH:/usr/bin/zsh" +ENV PATH=/usr/bin:$PATH RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"