Fix
This commit is contained in:
parent
4cb13a3199
commit
21730c2283
|
@ -11,7 +11,7 @@ WORKDIR /app
|
|||
|
||||
# Install pre-requisites
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get clean
|
||||
RUN apt-get install -y python3 python3-dev python3-pip python3-distutils python3-tornado gnupg wget unzip procps nano tar vim tshark
|
||||
RUN apt-get install -y build-essential python3 python3-dev python3-pip python3-distutils python3-tornado gnupg wget unzip procps nano tar vim tshark
|
||||
|
||||
# Install Python pip packages dependencies (if any)
|
||||
# RUN pip3 install -r requirements.txt
|
||||
|
|
Loading…
Reference in New Issue