acoustic85's avatar

Docker build error

This is my docker file and im trying to build the container with this command

docker build -t myphpcontainerwithmysqli . and I am facing this error

Invalid signal: SIGWINCH

dockerfile

FROM php:7.3-apache
RUN docker-php-ext-install mysqli
COPY index.php /var/www/html/
0 likes
0 replies

Please or to participate in this conversation.