ddm / openocd-docker

http://openocd.org/
MIT License
0 stars 4 forks source link

Use testing openocd package for Alpine? #1

Open zoobab opened 4 years ago

zoobab commented 4 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

nmenon commented 3 years ago

at least in my attempt, I think we seem to be stuck with latest tag - 0.10.0 - which is probably very ancient.