Merge pull request #134 from oza6ut0ne/fix-docker-locale-error

Fix locale error when running inside a Docker container
This commit is contained in:
Marcos Bomfim 2021-02-21 18:19:14 -03:00 committed by GitHub
commit c2a6e86a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
- fixed cli error when resquest restAPI plugins and proxies
- fixed restApi error when get exceptions http request
- fixed wirelesscontroller not started into restAPI mode
- fixed locale error in docker container
## [Released]

View File

@ -2,7 +2,7 @@ netifaces>=0.10.9
netaddr>=0.7.19
dhcplib==0.1.1
tabulate>=0.8.5
urwid==2.1.1
urwid==2.1.2
termcolor>=1.1.0
twisted==19.7.0
PyQt5>=5.14