Skip to content

Commit

Permalink
Merge pull request #9 from fixdocker/master
Browse files Browse the repository at this point in the history
Fix Dockerfile
  • Loading branch information
ricktorzynski committed May 9, 2022
2 parents 110e1c9 + 7e0971c commit eaf4676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:18.04
MAINTAINER Rick Torzynski "ricktorzynski@gmail.com"
RUN apt-get update -y
RUN apt-get install -y python-pip python-dev build-essential
Expand All @@ -11,4 +11,4 @@ RUN pip install pytesseract
RUN pip install opencv-contrib-python
RUN pip install -r requirements.txt
ENTRYPOINT ["python"]
CMD ["app.py"]
CMD ["app.py"]

0 comments on commit eaf4676

Please sign in to comment.