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"]