You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ciao!
I used to have a docker image with dart-sass for building a personalized version of Bootstrap, but yesterday it updated itself and stopped working. I checked the Dockerfile example from the README, but it doesn't work.
After some trials and errors I found out two issues.
There's a typo in the Protocol Buffer image name: it's bufbuild/buf, not buildbuf/buf.
The buf command doesn't work; I added COPY --from=buf /usr/local/bin/buf /usr/local/bin/ to make it run.
👋
The text was updated successfully, but these errors were encountered:
willywongi
added a commit
to willywongi/dart-sass
that referenced
this issue
May 31, 2023
Ciao!
I used to have a docker image with dart-sass for building a personalized version of Bootstrap, but yesterday it updated itself and stopped working. I checked the Dockerfile example from the README, but it doesn't work.
After some trials and errors I found out two issues.
bufbuild/buf
, notbuildbuf/buf
.buf
command doesn't work; I addedCOPY --from=buf /usr/local/bin/buf /usr/local/bin/
to make it run.👋
The text was updated successfully, but these errors were encountered: