From 29c6ee948fb5995477561ba5ed8beb43903575ed Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 28 Apr 2025 21:04:07 +0200 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ad6aa2..9dfc404 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,10 @@ FROM python:3.12-slim RUN apt-get update RUN apt-get install -y git -RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git +RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git \ + && cd bluesky-crossposter \ + && git chechout main \ + && git pull origin main # RUN git clone https://github.com/coissac/bluesky-crossposter.git RUN rm -f bluesky-crossposter/Dockerfile \ bluesky-crossposter/docker-compose.yml \