Dockerfile 139 B

123456789
  1. FROM debian:latest
  2. RUN apt-get update && apt-get -y install systemd procps
  3. WORKDIR /root/
  4. COPY netclient .
  5. CMD ["./netclient checkin"]