You've already forked radiacode_docker_usb
Initital commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.11-bullseye
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get install -y libglib2.0-dev usbutils
|
||||
RUN pip3 install 'radiacode[examples]' --upgrade
|
||||
RUN apt-get install -y libusb-1.0-0-dev
|
||||
COPY . .
|
||||
RUN pip3 install pyusb
|
||||
CMD ["python3", "webserver.py"]
|
Reference in New Issue
Block a user