hw/Dockerfile

5 lines
100 B
Docker

FROM scratch
ADD etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ADD bin/hw /bin/
CMD ["/bin/hw"]