codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
483 stars 58 forks source link

IO Error #76

Closed 1giba closed 5 years ago

1giba commented 5 years ago

I create the Dockerfile from my repository php4all/docker-php4dev bellow:

FROM php4all/docker-php4dev:7.3

# Adding php libs
RUN apk add --no-cache --update \
    php-pdo_mysql@php

When I build the docker image, IO error appears:

image

Can you help me, please?

Regards!

1giba commented 5 years ago

I used a php official image and displayed the same error:

image

Sorry by my mistake ;(