netmaker/netclient/Dockerfile

10 lines
139 B
Docker
Raw Normal View History

2021-07-16 03:14:48 +08:00
FROM debian:latest
RUN apt-get update && apt-get -y install systemd procps
WORKDIR /root/
COPY netclient .
CMD ["./netclient checkin"]