diff options
author | asteroide <thomas.duval@orange.com> | 2017-07-26 11:35:39 +0200 |
---|---|---|
committer | asteroide <thomas.duval@orange.com> | 2017-07-26 11:35:39 +0200 |
commit | 58cf87a489fe6b8f2e65cf6e557c4b7c4048059d (patch) | |
tree | 7558cc770ad43d8b50fe6cc90cdbaa35f11bc781 /moonv4/moon_router | |
parent | 858bf62593c8da11782af8b8841302c0e7c9cef8 (diff) |
Force upgrade of pip packages
Change-Id: I86449f970e89b9ce1bf516e901b045a7f1f1c39b
Diffstat (limited to 'moonv4/moon_router')
-rw-r--r-- | moonv4/moon_router/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/moonv4/moon_router/Dockerfile b/moonv4/moon_router/Dockerfile index d871defa..1722b801 100644 --- a/moonv4/moon_router/Dockerfile +++ b/moonv4/moon_router/Dockerfile @@ -1,11 +1,11 @@ FROM ubuntu:latest RUN apt update && apt install python3.5 python3-pip -y -RUN pip3 install moon_utilities moon_db pip --upgrade +RUN pip3 install pip --upgrade ADD . /root WORKDIR /root/ -RUN pip3 install -r requirements.txt +RUN pip3 install -r requirements.txt --upgrade RUN pip3 install . CMD ["python3", "-m", "moon_router"]
\ No newline at end of file |