Linus2punkt0 / bluesky-crossposter

An app for crossposting your posts from bluesky to twitter and mastodon
108 stars 23 forks source link

docker image build fails with python:3.11.6-alpine3.18 (no compiler) #52

Closed thewikt closed 2 months ago

thewikt commented 2 months ago

I attempted installing the crossposter on my Raspberry Pi, running the DietPi distro and using the Dockerfile as provided in repo, but I got an error, as the alpine image doesn't contain gcc, which is necessary for one of the dependencies of the Python environment to be compiled from source.

Changing the base image to python:3.11.6 allows the build to complete.

docker_compose_up.log

Linus2punkt0 commented 2 months ago

I've set the tag to latest in the dockerfile, there shouldn't be any issue running later versions.