From f71c49b6e450babe6556e6a0fa13eada0d19ecb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Thu, 11 Jun 2020 15:46:14 +0200 Subject: [PATCH] Remove too dangerous option --- sh/tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tests/Dockerfile b/sh/tests/Dockerfile index fa1b95040..63f5fd320 100644 --- a/sh/tests/Dockerfile +++ b/sh/tests/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable-slim RUN apt-get update -RUN apt-get -y install --no-install-recommends jq curl git +RUN apt-get -y install jq curl git COPY . /app ENTRYPOINT ["/bin/bash", "/app/entrypoint.sh"]