Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Last active June 5, 2020 07:41
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 alecthegeek/661f0ba3d157ebd7843cb07d2ff2fa87 to your computer and use it in GitHub Desktop.
Save alecthegeek/661f0ba3d157ebd7843cb07d2ff2fa87 to your computer and use it in GitHub Desktop.
FROM debian:buster-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment