draft: Ongoing changes #1
@@ -2,6 +2,8 @@ FROM docker.io/python:3.11-slim AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt update && apt install -y build-essential
|
||||
|
||||
ADD requirements.txt ./
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user