Actualiser Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m43s
Check BlueSky Crossposter version / check-version (push) Successful in 15s

This commit is contained in:
2025-04-13 18:41:08 +02:00
parent cff98bd8b6
commit a67acaeebb

View File

@@ -1,8 +1,8 @@
# Use latest alpine-derived Python base image
FROM python:3.12-slim
RUN apt update
RUN apt install -y git
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/coissac/bluesky-crossposter.git
RUN rm -f bluesky-crossposter/Dockerfile \