Debug container
This commit is contained in:
@@ -3,6 +3,9 @@ FROM python:3.11-slim
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /cloud
|
||||
|
||||
# DEBUG
|
||||
RUN apt update && apt install -y dnsutils iputils-ping
|
||||
|
||||
# Copy the requirements file and install dependencies
|
||||
COPY cloud/requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user