diff --git a/Dockerfile b/Dockerfile
index 9bf72e5e9e770c424b68c8d0791705c930b8f48c..1e9594ab99fedd2fc23b7268307983b91bcc1fe2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM python:2
 
 RUN apt-get update -qq \
- && apt-get install -qqy --no-install-recommends python-opencv libjpeg-turbo-progs \
+ && apt-get install -qqy --no-install-recommends libjpeg-turbo-progs \
  && rm -r /var/lib/apt/lists/*
 
 RUN pip install thumbor opencv-python