-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Not a PHP guy so please bear with me here.
FROM php:5.6.33-apache-jessie
RUN docker-php-ext-install -j$(nproc) pdo_mysql mysql mysqli
And i got this error
POSIX.pm did not return a true value at /usr/share/perl5/Dpkg/Arch.pm line 33.
BEGIN failed--compilation aborted at /usr/share/perl5/Dpkg/Arch.pm line 33.
Compilation failed in require at /usr/bin/dpkg-architecture line 33.
BEGIN failed--compilation aborted at /usr/bin/dpkg-architecture line 33.
The command '/bin/sh -c docker-php-ext-install -j$(nproc) pdo_mysql mysql mysqli' returned a non-zero code: 255
Can someone check to see what I did wrong here?
Metadata
Metadata
Assignees
Labels
No labels