Skip to content

Commit

Permalink
install nox
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Mar 15, 2024
1 parent 3a8153c commit 4a0755d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/docker/docs/Dockerfile
Expand Up @@ -80,4 +80,7 @@ RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
# Test pip
RUN python3 -m pip

COPY requirements.txt /requirements.txt
RUN python3 -m pip install --require-hashes -r requirements.txt

CMD ["python3.8"]

0 comments on commit 4a0755d

Please sign in to comment.