Last active
June 5, 2020 07:41
-
-
Save alecthegeek/661f0ba3d157ebd7843cb07d2ff2fa87 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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