Removed debug dependencies
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ FROM python:3.11-slim
|
||||
WORKDIR /cloud
|
||||
|
||||
# DEBUG
|
||||
RUN apt update && apt install -y dnsutils iputils-ping
|
||||
# RUN apt update && apt install -y dnsutils iputils-ping
|
||||
|
||||
# Copy the requirements file and install dependencies
|
||||
COPY cloud/requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user