Browse Source

build(docker): 更新Dockerfile测试环境

master
Alvis Zhao 5 years ago
parent
commit
63eb312fa8
  1. 5
      Dockerfile

5
Dockerfile

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
FROM alvisisme/docker-ubuntu-1604-163
LABEL maintainer="Alvis Zhao <alvisisme@163.com>"
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 && \ @@ -7,4 +6,4 @@ RUN apt-get update && \
COPY ./ /root/.oh-my-terminal/
RUN sh /root/.oh-my-terminal/install.sh
ENTRYPOINT [ "/bin/zsh" ]
ENTRYPOINT [ "/bin/zsh" ]

Loading…
Cancel
Save