diff --git a/Dockerfile b/Dockerfile
index 5399a6706c36b0fca1a7c8697b795751358e40e8..41f4c6fda1fec4701fbaa21a915fa512f5c031f6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,6 @@ ENV NAPALM_USERNAME netbox-napalm
 RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 
 RUN pip install --upgrade pip
 RUN apk add py3-setuptools
-RUN easy_install pillow
+RUN /usr/local/bin/easy_install pillow
 RUN apk add netbox-qrcode && \
     echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py