RPi Zero W + Docker - pillow build error #2293

Open
opened 2026-02-28 01:09:09 -05:00 by deekerman · 1 comment
Owner

Originally created by @RamonAbudAlcala on GitHub (Sep 22, 2022).

I am having this #2495 same output (of pip failing to build pillow) while building the most recent Dockerfile in the dev branch. I'm running this on a fresh install of raspberrypiOS bullseye 32bits on a raspberry pi zero w.

I ran the following command from the root folder (motioneye) of a clone of this repo.

docker build \
--build-arg VCS_REF=$(git rev-parse HEAD) \
--build-arg BUILD_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ") \
-t motioneye-project/motioneye:dev \
-f docker/Dockerfile .

Any help is appreciated,

Originally created by @RamonAbudAlcala on GitHub (Sep 22, 2022). I am having this #2495 same output (of pip failing to build pillow) while building the most recent Dockerfile in the `dev` branch. I'm running this on a fresh install of raspberrypiOS bullseye 32bits on a raspberry pi zero w. I ran the following command from the root folder (motioneye) of a clone of this repo. ``` docker build \ --build-arg VCS_REF=$(git rev-parse HEAD) \ --build-arg BUILD_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ") \ -t motioneye-project/motioneye:dev \ -f docker/Dockerfile . ``` Any help is appreciated,
Author
Owner

@MichaIng commented on GitHub (Sep 22, 2022):

Most likely some library is missing. Can you show the exact error message?`

Our last build from two days ago went well: https://github.com/motioneye-project/motioneye/actions/runs/3091683618/jobs/5002058461

You are aware of our Docker images, right? https://github.com/motioneye-project/motioneye/pkgs/container/motioneye

@MichaIng commented on GitHub (Sep 22, 2022): Most likely some library is missing. Can you show the exact error message?` Our last build from two days ago went well: https://github.com/motioneye-project/motioneye/actions/runs/3091683618/jobs/5002058461 You are aware of our Docker images, right? https://github.com/motioneye-project/motioneye/pkgs/container/motioneye
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/motioneye#2293
No description provided.