FROM ubuntu:latest RUN apt update && apt install -y curl git htop net-tools && curl -L scripts.mlexps.com/vim | bash && mkdir /code WORKDIR /code RUN apt update && apt install nodejs npm && npm install -g nodemon RUN apt update && apt install -y python3 python3-pip python-is-python3 k1lib flask CMD ["./startup"]