From 49718f4228867648468b25d6c7d6b31c9053dd21 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 15 Mar 2021 16:34:54 +0000 Subject: fixed dockerfile, added images --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 7ad7f42..378c4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:latest MAINTAINER Eden Attenborough "eda@e.email" RUN apt-get update -y -RUN apt-get install -y python3-pip python-dev build-essential clang libffi libffi-dev +RUN apt-get install -y python3-pip python3-dev build-essential clang libffi-dev COPY . /app WORKDIR /app RUN pip3 install -r requirements.txt ENTRYPOINT ["python3"] -CMD ["app.py", "--production"] \ No newline at end of file +CMD ["app.py", "--production"] -- cgit v1.2.3