FROM node:12
RUN useradd -ms /bin/bash casper
RUN npm install ghost-cli lightstep-opentelemetry-launcher-node
USER casper