We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de4bc2 commit 4d5abcbCopy full SHA for 4d5abcb
ci/test/Dockerfile
@@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="code"
6
LABEL "com.github.actions.color"="green"
7
8
RUN apt update && \
9
- apt install -y shellcheck python-pip && \
+ apt install -y python-pip && \
10
pip install autobahntestsuite
11
12
COPY entrypoint.sh /entrypoint.sh
0 commit comments