Open zoobab opened 5 years ago
You could also use the openocd package for alpine available here:
https://pkgs.alpinelinux.org/package/edge/testing/x86/openocd
Add use a oneliner:
$ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing openocd
Like I did here:
https://github.com/zoobab/stm32flash-docker/blob/master/Dockerfile
at least in my attempt, I think we seem to be stuck with latest tag - 0.10.0 - which is probably very ancient.
You could also use the openocd package for alpine available here:
https://pkgs.alpinelinux.org/package/edge/testing/x86/openocd
Add use a oneliner:
Like I did here:
https://github.com/zoobab/stm32flash-docker/blob/master/Dockerfile