aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index c49b78b..6e2789e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,3 @@ RUN addgroup -S $group && adduser -S -D -h /home/$user $user $group && \
# Tell docker that all future commands should be run as the onap user
USER $user
WORKDIR /app
-
-ONBUILD COPY requirements.txt .
-ONBUILD RUN pip install --no-cache-dir -r requirements.txt