fixxx
This commit is contained in:
parent
4f98bb01eb
commit
c388038d77
@ -5,7 +5,7 @@ WORKDIR /usr/src/app
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
RUN apt-get update && apt-get install -y netcat
|
||||
RUN apt update && apt install -y netcat-traditional
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
COPY ./requirements.txt .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user