Skip to content

Instantly share code, notes, and snippets.

@LennyBoyatzis
Created April 14, 2018 07:07
Show Gist options
  • Save LennyBoyatzis/c1dc2166b2ae79723ad6cb1df33edddc to your computer and use it in GitHub Desktop.
Save LennyBoyatzis/c1dc2166b2ae79723ad6cb1df33edddc to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python python-pip wget
RUN pip install Flask
ADD hello.py /home/hello.py
WORKDIR /home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment