Skip to content

Commit

Permalink
Dockerfile: correct deletion in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuzhu committed Jan 19, 2024
1 parent 5e031fe commit 044550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .

RUN docker/install-dependencies.sh $rcm_tools_repo_file

RUN sed -i '/koji/d' requirements.txt
RUN sed -i '/^koji==/,/--hash=\S*$/d' requirements.txt
RUN python3 -m pip install --no-deps .

# Mount to a directory holding the MTS config file
Expand Down

0 comments on commit 044550c

Please sign in to comment.