diff --git a/build-image/ubuntu/Dockerfile_develop b/build-image/ubuntu/Dockerfile_develop new file mode 100644 index 0000000..c5c8a8a --- /dev/null +++ b/build-image/ubuntu/Dockerfile_develop @@ -0,0 +1,7 @@ +FROM ubuntu:22.04 + +LABEL smallkoudai + +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)"