hw/cmd/hwl/Dockerfile

5 lines
102 B
Docker

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