Skip to content

Commit

Permalink
Limit to Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eljeffeg committed Oct 15, 2020
1 parent a69b701 commit a550ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Dockerfile for Root the Box
# v0.1.3 - By Moloch, ElJeffe

FROM python:3
FROM python:3.8

RUN mkdir /opt/rtb
ADD . /opt/rtb
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See the [Root the Box Wiki](https://github.com/moloch--/RootTheBox/wiki)

## Platform Requirements

- [Python 2.7.x or > 3.6.x](https://www.python.org/), [PyPy](http://pypy.org/) or [Docker](https://github.com/moloch--/RootTheBox/wiki/Docker-Deployment)
- [Python 2.7.x or < 3.8.x](https://www.python.org/), [PyPy](http://pypy.org/) or [Docker](https://github.com/moloch--/RootTheBox/wiki/Docker-Deployment)
- Install scripts are for [Ubuntu](http://www.ubuntu.com/) (or [Debian](https://www.debian.org/)) but the application should work on any Linux, BSD, or OSX system.
- Internet Explorer is _NOT_ supported, any compatibility with IE is purely coincidental. Please use the latest release of [Firefox](https://www.mozilla.org/en-US/), [Chrome](https://www.google.com/chrome/), [Opera](http://www.opera.com/), or any other browser that supports open standards.

Expand Down

0 comments on commit a550ede

Please sign in to comment.