summaryrefslogtreecommitdiff
path: root/Containerfile
blob: 6f646872f2d9ab4d92e959aff386dd9f4b0b7a28 (plain)
1
2
3
4
5
6
FROM debian

RUN echo "test!"

RUN apt-get update & \
    apt-get install -y htop