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
It feels like a sharp problem.
# docker file FROM ubuntu:latest as builder RUN apt-get update \ && apt-get install -y python2.7 \ && apt-get install -y python3.7 \ && apt-get install -y python3-pip \ && apt-get install -y libvips libvips-dev libvips-tools \ && apt-get install -y glib2.0-dev \ && apt-get install -y python-pip python-dev \ && apt-get install -y curl RUN rm /bin/sh && \ ln -s /bin/bash /bin/sh RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ && apt-get install -y nodejs \ && rm -rf /var/lib/apt/lists/* RUN npm --version RUN node -v RUN npm i -g yarn RUN npm i -g gatsby-cli # Pull git project operation ... RUN cd /tmp && yarn // error
Be able to install successfully
gatsby-cli@latest
The text was updated successfully, but these errors were encountered:
Not a problem on the side of gatsby. Please report this at https://github.com/lovell/sharp-libvips/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Sorry, something went wrong.
You might want to delete the mentioned incomplete tarball file.
Thanks @DanielRuf 🤗
Closing this since it is upstream and the comment at lovell/sharp-libvips#35 resolves it.
No branches or pull requests
Description
Steps to reproduce
Expected result
Actual result
Environment
The text was updated successfully, but these errors were encountered: