colored 1.9.4

The most simple way to add colors in your terminal
Documentation
1
2
3
4
5
6
7
8
9
FROM rust:latest

ENV SRC_DIR /src
RUN mkdir $SRC_DIR
WORKDIR $SRC_DIR
VOLUME $SRC_DIR

CMD ["/bin/bash"]