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

RUN echo "test!"

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