Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from finos-voice/matthew/SimplifyDockerfile
Browse files Browse the repository at this point in the history
cut workaround from pandas bug now that it's resolved
  • Loading branch information
mgoldey authored May 21, 2019
2 parents c94b644 + 5da2525 commit 97c1c15
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
Expand Up @@ -22,8 +22,7 @@ RUN apk update && \

COPY . /

# inline fix for pandas issue
RUN pip3 install numpy && \
RUN \
pip3 install -e .[dev] && \
pip3 install "requests>=2.18.4"

Expand Down

0 comments on commit 97c1c15

Please sign in to comment.