Skip to content

Commit

Permalink
Fix travis build (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 31, 2020
1 parent 26a117d commit 462507b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV PYTHONPATH "/usr/lib/python3.8/:/usr/local/lib/python3.8/dist-packages/:/wor

COPY package.json /work/
RUN cd /work && npm install
ENV PATH="/work/node_modules/.bin:${PATH}"

# Pin to specific version that's guaranteed to work
RUN pip3 install pipenv
Expand Down

0 comments on commit 462507b

Please sign in to comment.