Skip to content

Commit d45085e

Browse files
committed
Dockerfile: update style preference, use mulit-line
1 parent cdc8bcf commit d45085e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Dockerfile.bedrock_testing_base_bookworm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ RUN pip3 install \
138138
leep==1.0.2
139139

140140
# Install cocotb and related packages
141-
RUN pip3 install pytest cocotb cocotb-bus
141+
RUN pip3 install \
142+
cocotb \
143+
cocotb-bus \
144+
pytest
142145

143146
# Install sv2v
144147
RUN apt-get update && \

Dockerfile.bedrock_testing_base_trixie

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ RUN pip3 install \
138138
leep==1.0.2
139139

140140
# Install cocotb and related packages
141-
RUN pip3 install cocotb cocotb-bus pytest
141+
RUN pip3 install \
142+
cocotb \
143+
cocotb-bus \
144+
pytest
142145

143146
# Install sv2v
144147
RUN apt-get update && \

0 commit comments

Comments
 (0)