FROM node:fermium-alpine3.10 RUN apk add --no-cache build-base linux-headers bash clang python3 SHELL ["/bin/bash", "--login", "-c"] CMD ["bash"]