wires

summary refs log tree commit diff
path: root/docker/openocd/Dockerfile
blob: f30964ede29978e0a499607b52cc08636ae8c609 (plain) (blame)
1
2
3
4
5
6
7
FROM alpine:3

RUN apk add --no-cache openocd

ADD interface/ft2232h.cfg /usr/share/openocd/scripts/interface/

ENTRYPOINT ["openocd"]