I\'m trying to use alpine (nodeJS) docker image, but I do get the error /bin/sh: apt-key: not found. What do I have to add?
/bin/sh: apt-key: not found
FROM node:8.6-alpine RUN
There’s no apt-key on Alpine, this is something from Debian.
apt-key