homelab-gitops/master/gitlab-runner/Dockerfile

4 lines
No EOL
65 B
Docker

FROM ubuntu:latest
LABEL authors="user"
ENTRYPOINT ["top", "-b"]