draft: Ongoing changes #1

Merged
Marijn merged 14 commits from ongoing-dev into main 2023-08-21 18:45:16 +02:00
Showing only changes of commit 923064e6a5 - Show all commits

View File

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