From 63eb312fa8acc57c0375c3ecb21a85983040d379 Mon Sep 17 00:00:00 2001 From: Alvis Zhao Date: Fri, 6 Mar 2020 06:57:11 +0000 Subject: [PATCH] =?UTF-8?q?build(docker):=20=E6=9B=B4=E6=96=B0Dockerfile?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ceda1c4..3261ec3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM alvisisme/docker-ubuntu-1604-163 -LABEL maintainer="Alvis Zhao " +FROM alvisisme/ubuntu:18.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y git vim zsh tmux @@ -7,4 +6,4 @@ RUN apt-get update && \ COPY ./ /root/.oh-my-terminal/ RUN sh /root/.oh-my-terminal/install.sh -ENTRYPOINT [ "/bin/zsh" ] \ No newline at end of file +ENTRYPOINT [ "/bin/zsh" ]