Skip to content

Dev Container: can't execute task web:run-book #5644

@richb-hanover

Description

@richb-hanover

What happened?

I am running PRQL #e728b08e in a Dev Container. Each time I snag a new commit, I run these commands:

task web:run-playground
task web:run-website
task web:run-book

The first two work fine. The last (book) fails with an error about mdbook. (I didn't write it down.)

I can fix it by running these commands in the Dev Container terminal:

cargo install --locked mdbook
cargo install --locked mdbook-footnote

Troubleshooting

I removed all the containers, images, and volumes from Docker, then rebuilt. This lead to the same error message.

It was resolved by installing mdbook and mdbook-footnote

PRQL input

N/A

SQL output

N/A

Expected SQL output

N/A

MVCE confirmation

  • Minimal example
  • New issue

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugInvalid compiler output or panic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions