FROM ubuntu:20.04

RUN apt update

RUN apt install -y cowsay
RUN apt install -y ack git wget

CMD ["/bin/bash"]
