-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not building on Raspberry Pi #29
Comments
Have you fixed your issue? I got the same error .... |
@gmatkowski I have not fixed this issue. I ended up creating a much simpler docker setup that I got working on my RPi. |
I got this working @ nicksonyap/phusion-baseimage-armhf:latest image. But for now it's only available for php 7.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a Raspberry Pi 3 Model B with docker and docker-compose installed:
In my Laravel app with Laradock set up, if I run
docker-compose build --no-cache php-fpm
in thelaradock
folder, thephp-fpm
service fails to build, throwing the following error:I get the same error with
PHP_VERSION
set to7.1
and with all thePHP_FPM_INSTALL_*
options set tofalse
.Is there a way to get this working on my Pi?
The text was updated successfully, but these errors were encountered: