Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TERM environment variable not set. #12

Open
ghost opened this issue Feb 27, 2022 · 2 comments
Open

TERM environment variable not set. #12

ghost opened this issue Feb 27, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 27, 2022

Should I ignore this?
I also constantly get: 14:24:02 | WARNING | 143 - issue happened, SUCCESSFUL ATTACKS: 0

Ubuntu 20.04
Docker version 20.10.12, build e91ed57

@vlyamzin
Copy link

@mevsme Try to add ENV TERM="xterm" to Dockerfile.

# Base image
FROM python:latest

COPY *.py /nowarddos/
COPY requirements.txt /nowarddos/

WORKDIR /nowarddos

ENV TERM="xterm" 
RUN pip install -r requirements.txt

ENTRYPOINT ["python", "/nowarddos/updater.py"]

@Yagodron
Copy link

I'm also constantly getting: 16:18:02 | WARNING | 143 - issue happened, SUCCESSFUL ATTACKS: 0

running with cmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants