From 75c5131430e733d39b6c05a508a222ceeaad45af Mon Sep 17 00:00:00 2001 From: James Andariese Date: Thu, 28 Mar 2024 22:46:40 -0500 Subject: [PATCH] add bash to test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2c19864..6133b30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apk add \ nodejs \ tea \ curl \ + bash \ --no-cache USER rootless