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
Error: huh, erased from the terminal buffer, but it was spurious as such: build/exec/index not found.
build/exec/index
Offending code:
FROM racket/racket:8.8 AS racket FROM idris2-chez AS idris2-racket ONBUILD COPY --from=racket /usr/bin/raco /usr/bin/raco ONBUILD COPY --from=racket /usr/bin/racket /usr/bin/racket ONBUILD COPY --from=racket /usr/share/racket /usr/share/racket ONBUILD COPY --from=racket /usr/lib/racket /usr/lib/racket
What works:
FROM racket/racket:8.8 AS racket FROM idris2-chez AS idris2-racket ONBUILD RUN apt-get update && apt-get install --yes racket
Now we know this will get us into trouble in prod right? So, let's try to find out what's missing.
The text was updated successfully, but these errors were encountered:
Error:
#26 [stage-6 16/13] RUN pack --cg racket build function.ipkg #26 40.88 /usr/bin/raco: Unrecognized command: exe
Sorry, something went wrong.
No branches or pull requests
Error: huh, erased from the terminal buffer, but it was spurious as such:
build/exec/index
not found.Offending code:
What works:
Now we know this will get us into trouble in prod right? So, let's try to find out what's missing.
The text was updated successfully, but these errors were encountered: