Skip to content

Commit e77f4aa

Browse files
Whaileeerickard-green
authored andcommitted
Add dependency for scancode docker image
1 parent eec5ff4 commit e77f4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ jobs:
741741
docker build -t otp - <<EOF
742742
FROM otp
743743
RUN echo 'export PATH="\$HOME/.local/bin:\$PATH"' >> /home/otptest/.profile
744-
RUN sudo apt-get install -y pip && \
744+
RUN sudo apt-get install -y libicu-dev pip && \
745745
pip install click==8.1.7 scancode-toolkit==${SCANCODE_VERSION} reuse && \
746746
pip install -U ntia-conformance-checker
747747
EOF

0 commit comments

Comments
 (0)