add develop env
parent
16a87cd36d
commit
dd3ba559f7
|
@ -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)"
|
Loading…
Reference in New Issue