Skip to content

Instantly share code, notes, and snippets.

@goochjj
Created April 27, 2019 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goochjj/36b7e0f69cf1e0e8fb69ad823ffb4f23 to your computer and use it in GitHub Desktop.
Save goochjj/36b7e0f69cf1e0e8fb69ad823ffb4f23 to your computer and use it in GitHub Desktop.
FROM lucee/lucee52-nginx:latest
RUN apt-get update && \
apt-get install -y --no-install-recommends curl && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get install -y nodejs && \
apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment