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