From 01857cd9ccd0a35caadcc9739dff925a01dcb7f7 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 18 Jan 2023 11:36:55 +0000 Subject: [PATCH] fix(Dockerfile): adding the tree command to fix a bug with the scripting tests --- sh/tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tests/Dockerfile b/sh/tests/Dockerfile index ef39d6f9..1070dec8 100644 --- a/sh/tests/Dockerfile +++ b/sh/tests/Dockerfile @@ -1,7 +1,7 @@ FROM docker.01-edu.org/debian:10.9-slim RUN apt-get update -RUN apt-get -y install jq curl +RUN apt-get -y install jq curl tree WORKDIR /app/assets/superhero RUN curl --remote-name --location https://demo.01-edu.org/assets/superhero/all.json