Skip to content

Instantly share code, notes, and snippets.

@pwneddesal
Created June 4, 2020 05:01
Show Gist options
  • Save pwneddesal/9d28bdfab36888d802e544b82d3be4f1 to your computer and use it in GitHub Desktop.
Save pwneddesal/9d28bdfab36888d802e544b82d3be4f1 to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
WORKDIR /app
RUN apt-get -y update --fix-missing && apt-get -y install ffmpeg
RUN apt-get install -y imagemagick
RUN apt install -y python3-pip
CMD [ "python3", "-m","http.server","80"]
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment