getgrav / docker-grav

Official Docker Image for Grav
https://getgrav.org
197 stars 123 forks source link

Invalid Signal: SIGWINCH when building the Dockerfile on Windows #35

Closed X-method closed 3 years ago

X-method commented 3 years ago

After cloning the repo and running docker build -t grav:latest . , I get the following output:

Sending build context to Docker daemon  185.9kB
Step 1/15 : FROM php:7.4-apache
7.4-apache: Pulling from library/php
6ec7b7d162b2: Pull complete
db606474d60c: Pull complete
afb30f0cd8e0: Pull complete
3bb2e8051594: Pull complete
4c761b44e2cc: Pull complete
c2199db96575: Pull complete
1b9a9381eea8: Pull complete
50450ffc67ee: Pull complete
4d1e5a768e83: Pull complete
5e8be0d1df16: Pull complete
7a6395859d40: Pull complete
7306499d3dce: Pull complete
fa6f0ba15ac6: Pull complete
Digest: sha256:e327f0a32c728b36e7fff9cd1e97874dfc8bd3cbc9e1db6c1b75e16800e5e46f
Status: Downloaded newer image for php:7.4-apache
 ---> fd505f1f4cd8
Step 2/15 : LABEL maintainer="Andy Miller <rhuk@getgrav.org> (@rhukster)"
Invalid signal: SIGWINCH

Any ideas how to fix?

X-method commented 3 years ago

It doesn't matter if the build is ran through cmd/powershell or via bash through WSL

Starojitski commented 3 years ago

what was the solution?

chadmandoo commented 11 months ago

Anyone figure out the fix for this? Running into the same issue.