This commit is contained in:
Mikaël Capelle
2024-12-18 18:10:57 +00:00
parent eb64edb22f
commit bbb6ca629c
9 changed files with 186 additions and 124 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.12-alpine
FROM python:3.12-slim
RUN apk add git
RUN apt update && apt install --no-install-recommends -y git gifsicle libgl1
WORKDIR /code
RUN git clone https://gitea.typename.fr/mikael.capelle/advent-of-code .
RUN pip install -e .