Skip to content

Commit ec579de

Browse files
authored
Merge pull request #268 from wagnermengue/master
fix Dockerfile to build
2 parents d2bca40 + e85ed6d commit ec579de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

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

20-
RUN pip install --upgrade pip==18.0 setuptools wheel
20+
RUN pip install --upgrade pip==18.0
21+
22+
RUN pip install setuptools wheel
2123

2224
ENV APP_DIR /srv/postmon
2325

0 commit comments

Comments
 (0)