git-sync/pkg/pid1/test/fast-exit/Dockerfile

5 lines
132 B
Docker

FROM debian
RUN apt-get update && apt-get install -y bash procps psmisc psutils
COPY fast-exit /fast-exit
ENTRYPOINT ["/fast-exit"]