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
Take a look on my sample Dockerfile.
FROM openjdk:8-alpine RUN apk update \ && apk fetch gnupg \ && apk add gnupg \ && gpg --list-keys