This commit is contained in:
Raycho Mukelov 2023-09-08 13:48:58 +03:00
parent 4cb13a3199
commit 21730c2283
1 changed files with 1 additions and 1 deletions

View File

@ -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