Update.
This commit is contained in:
@@ -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 .
|
||||
|
Reference in New Issue
Block a user