add develop env

main
chatmoo 2023-05-23 21:41:19 +08:00
parent 16a87cd36d
commit dd3ba559f7
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
FROM ubuntu:22.04
LABEL smallkoudai <smallkoudai@gmail.com>
RUN apt update && apt install -y vim cmake pkg-config zsh git git-lfs curl && \
chsh -s /bin/zsh && \
echo y|sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"