diff --git a/Dockerfile b/Dockerfile
index 2c6cd049e614af296256cf81f2022804215f4c42..a28e9a0f3030d839346cdaecb65075a25cb7f76f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,8 +4,8 @@ ENV NAPALM_USERNAME netbox-napalm
 #RUN python3 -m pip install pip==19.3.1
 RUN apk add git zlib && pip3 install --upgrade napalm cffi napalm-dellos10 
 RUN apk add py3-pillow
-RUN git clone https://github.com/k01ek/netbox-qrcode.git && \
-    cd netbox-qrcode
+RUN git clone https://github.com/k01ek/netbox-qrcode.git
+RUN cd netbox-qrcode
 COPY setup.py .
-RUN python3 setup.py install
+RUN pwd && ls -al && python3 setup.py install
 RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py