We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d849935 commit 11e2521Copy full SHA for 11e2521
.github/test/Dockerfile
@@ -5,7 +5,9 @@ LABEL "com.github.actions.description"="test"
5
LABEL "com.github.actions.icon"="code"
6
LABEL "com.github.actions.color"="purple"
7
8
-RUN apt update && apt install -y shellcheck
+RUN apt update && \
9
+ apt install -y shellcheck python-pip && \
10
+ pip install autobahntestsuite
11
12
COPY entrypoint.sh /entrypoint.sh
13
0 commit comments