Skip to content

Instantly share code, notes, and snippets.

@johnrlive
Created March 23, 2021 14:29
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 johnrlive/1a73f4eb4e4916d29c362918d5e079d1 to your computer and use it in GitHub Desktop.
Save johnrlive/1a73f4eb4e4916d29c362918d5e079d1 to your computer and use it in GitHub Desktop.
FROM phusion/passenger-full:1.0.12
# Set correct environment variables.
ENV HOME /root
# Use baseimage-docker's init process.
CMD ["/sbin/my_init"]
# ...put your own build instructions here...
# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment