Skip to content

Commit

Permalink
fix(docker):conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Dec 14, 2017
2 parents 7fa99f0 + 0196f5d commit b4a7fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM ubuntu:16.04

RUN apt update
RUN apt install -y python2.7 python-pip perl curl
#bzip2 python-numpy python-qt4 python-lxml python-six
RUN apt install -y python2.7 python-pip perl
RUN perl -MCPAN -e 'install XML::Simple'
ADD requirements.txt /requirements.txt
RUN cat requirements.txt | xargs -n 1 pip install
Expand Down

0 comments on commit b4a7fe2

Please sign in to comment.