good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4d5abcb1 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Remove unused dependency in test docker image

parent 1de4bc28
No related branches found
Tags v1.7.2
Loading
......@@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="green"
RUN apt update && \
apt install -y shellcheck python-pip && \
apt install -y python-pip && \
pip install autobahntestsuite
COPY entrypoint.sh /entrypoint.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment