FROM alpine:3 RUN apk add --no-cache openocd ADD interface/ft2232h.cfg /usr/share/openocd/scripts/interface/ ENTRYPOINT ["openocd"]