Skip to content

[BUG] Dockerlife missing # #632

@morganrallen

Description

@morganrallen

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions