FROM rust


# install os dependencies
RUN apt update -y && apt install build-essential zsh git curl -y
RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
