| Message ID | 20260511153632.299677-1-frieder@fris.de |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py | expand |
diff --git a/contrib/hashserv/Dockerfile b/contrib/hashserv/Dockerfile index aec1f86fc..fe7e091ec 100644 --- a/contrib/hashserv/Dockerfile +++ b/contrib/hashserv/Dockerfile @@ -16,7 +16,6 @@ RUN apk add --no-cache python3 libgcc COPY bin/bitbake-hashserv /opt/bbhashserv/bin/ COPY lib/hashserv /opt/bbhashserv/lib/hashserv/ COPY lib/bb /opt/bbhashserv/lib/bb/ -COPY lib/codegen.py /opt/bbhashserv/lib/codegen.py COPY lib/ply /opt/bbhashserv/lib/ply/ COPY lib/bs4 /opt/bbhashserv/lib/bs4/