OKR/build-image/ubuntu/Dockerfile_ide

8 lines
271 B
Plaintext

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)"