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 4d5abcb commit 01602c9Copy full SHA for 01602c9
ci/lint/Dockerfile
@@ -5,7 +5,7 @@ LABEL "com.github.actions.description"=""
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-get update && apt-get install -y shellcheck
9
10
COPY entrypoint.sh /entrypoint.sh
11
ci/test/Dockerfile
@@ -5,8 +5,8 @@ LABEL "com.github.actions.description"=""
LABEL "com.github.actions.color"="green"
-RUN apt update && \
- apt install -y python-pip && \
+RUN apt-get update && \
+ apt-get install -y python-pip && \
pip install autobahntestsuite
12
0 commit comments