Fix folder name #2
Change-Id: Ieaf346617c1e2fc6c56188bd688f06058f40c79e
diff --git a/Dockerfile b/Dockerfile
index 5547c24..4879419 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@
RUN apt-get update && \
apt-get install -y python-pip git curl wget vim inetutils-ping libsasl2-dev python-dev libldap2-dev libssl-dev && \
python -m pip install --upgrade pip && \
- pip install -r cvp-sanity-checks/requirements.txt && \
+ pip install -r cvp-sanity/requirements.txt && \
apt-get -y autoremove; apt-get -y clean
RUN rm -rf /root/.cache && \