Skip to content

Commit e85ed6d

Browse files
committed
fix Dockerfile to build
1 parent cf001ab commit e85ed6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN apt-get -y update -qq&& \
1717
libpython2.7-dev \
1818
python-pip
1919

20-
RUN pip install --upgrade pip
20+
RUN pip install --upgrade pip==18.0
2121

22-
RUN pip install --upgrade setuptools wheel
22+
RUN pip install setuptools wheel
2323

2424
ENV APP_DIR /srv/postmon
2525

0 commit comments

Comments
 (0)