Skip to content

Commit 4d5abcb

Browse files
committed
Remove unused dependency in test docker image
1 parent 1de4bc2 commit 4d5abcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="code"
66
LABEL "com.github.actions.color"="green"
77

88
RUN apt update && \
9-
apt install -y shellcheck python-pip && \
9+
apt install -y python-pip && \
1010
pip install autobahntestsuite
1111

1212
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)