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

Commit

Permalink
Merge pull request #12 from sruffell/ubuntu-20.04-and-non-root-rust
Browse files Browse the repository at this point in the history
Point /usr/bin/python at python2.7
  • Loading branch information
willabele authored Jan 27, 2021
2 parents 9d441f1 + 50e3a73 commit df054a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*

RUN update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1000

# Install behave and hamcrest for testing
RUN pip3 install behave pyhamcrest requests

Expand Down

0 comments on commit df054a5

Please sign in to comment.