Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 154 B
FROM python:3.10

COPY . /src
RUN cd /src/bf_pulp_utils && pip install .


RUN collect_unspecified_metadata --help && \
    double_tgz_elimination --help