ledcontroller-3bit/Dockerfile

4 lines
81 B
Docker
Raw Normal View History

2019-04-01 08:10:35 +00:00
FROM gcc
COPY . .
RUN apt-get -y update && apt-get -y install libusb-1.0 && make