We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Docker build problem unrelated with #425.
Building with the Dockerfile and I'm getting undefined: io.ReadAll:
undefined: io.ReadAll
Making install in test . . . Making install in helpers . . . Making install in fuzz . . . /bin/mkdir -p '/vips/lib/pkgconfig' /usr/bin/install -c -m 644 vips.pc vips-cpp.pc '/vips/lib/pkgconfig' make[2]: Leaving directory '/tmp/vips-8.9.2' make[1]: Leaving directory '/tmp/vips-8.9.2' Removing intermediate container bca6677ddce0 ---> 5f9c29cec351 Step 7/11 : ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" ---> Running in dc1baddc6296 Removing intermediate container dc1baddc6296 ---> f3d093987363 Step 8/11 : RUN go get -u golang.org/x/lint/golint ---> Running in ee17eb370211 # golang.org/x/tools/internal/gcimporter src/golang.org/x/tools/internal/gcimporter/gcimporter.go:223:15: undefined: io.ReadAll The command '/bin/sh -c go get -u golang.org/x/lint/golint' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
- [!] fixes h2non/bimg/h2non#461
c238a83
No branches or pull requests
Docker build problem unrelated with #425.
Building with the Dockerfile and I'm getting
undefined: io.ReadAll
:The text was updated successfully, but these errors were encountered: