Actualiser Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 34s

This commit is contained in:
2024-12-29 01:08:24 +01:00
parent 9343c2eb69
commit 3e08be21b6

View File

@@ -1,8 +1,8 @@
# Use latest alpine-derived Python base image
FROM python:3.12
FROM python:3.12-slim
RUN apk update
RUN apk add git
RUN apt update
RUN apt install git
RUN git clone https://github.com/Linus2punkt0/bluesky-crossposter.git
RUN rm -f bluesky-crossposter/Dockerfile \
bluesky-crossposter/docker-compose.yml \