You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if I understand correctly you can only really do ADD https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil-v2.2 /usr/local/bin/ as the definition of ADD only supports adding file to a folder path. Which would force you to add RUN mv nrfutil-v2.2 /usr/local/bin/nrfutil which is quite ugly.