From 4d5abcb1cf48b64dfc61cba68ddb9669bc71098e Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Sat, 20 Jul 2019 14:00:40 +0000 Subject: [PATCH] Remove unused dependency in test docker image --- ci/test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/Dockerfile b/ci/test/Dockerfile index 424c56c..04bd993 100644 --- a/ci/test/Dockerfile +++ b/ci/test/Dockerfile @@ -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 -- GitLab