FROM mcr.microsoft.com/devcontainers/base:alpine-3.18

RUN apk add --no-cache \
    libusb=1.0.26-r2 \
    py3-pip=23.1.2-r0
