diff --git a/Dockerfile b/Dockerfile index 9275f1c..71825d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,5 @@ RUN apt-get update && apt-get install -y \ python-pip \ && rm -rf /var/lib/apt/lists/* -COPY . /vmtp/ - -RUN pip install -r /vmtp/requirements.txt +RUN pip install vmtp