-
Couldn't load subscription status.
- Fork 15
Open
Labels
Severity: highBug severity levelBug severity levelSeverity: lowBug severity levelBug severity levelSeverity: mediumBug severity levelBug severity levelbugSomething isn't workingSomething isn't working
Description
Describe the bug
Poking around the environment and noticed the Dockerfile is missing a comment # on line 43. Probably should be addressed along with #173
To Reproduce
Steps to reproduce the behavior:
Run either docker build -t greebweb . or docker buildx build -t greenweb .
Expected behavior
A docker build is performed
Actual behavior
42 | # Add our python libraries for managing dependencies
43 | >>> uv 0.1.43 is triggering bad certificate errors, so we pin to 0.1.39
44 | RUN python -m pip install uv==0.1.39 wheel --upgrade
45 |
--------------------
ERROR: failed to solve: dockerfile parse error on line 43: unknown instruction: uv (did you mean env?)
Environment
- Docker version 27.5.1, build 9f9e405801
Additional context
This is low priority but it seems I cannot change the labels
Metadata
Metadata
Assignees
Labels
Severity: highBug severity levelBug severity levelSeverity: lowBug severity levelBug severity levelSeverity: mediumBug severity levelBug severity levelbugSomething isn't workingSomething isn't working