FROM ubuntu:18.04
MAINTAINER Arch3r <wh1tecat@protonmail.com>

WORKDIR /opt/

RUN apt-get update

RUN apt-get install -y wget vim git python zip tar 

CMD ["/bin/bash"]