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

RUN echo "test!"

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