hw/cmd/hwc/Dockerfile

5 lines
102 B
Docker

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