From 41b15e0833891729871948b879ef110b465e181a Mon Sep 17 00:00:00 2001 From: Pierre Bastianelli Date: Thu, 9 Jan 2025 12:44:03 -0800 Subject: [PATCH] chore: adding bash to allow executing init script --- eccc/upload/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eccc/upload/Dockerfile b/eccc/upload/Dockerfile index ec171187..2e7284fd 100644 --- a/eccc/upload/Dockerfile +++ b/eccc/upload/Dockerfile @@ -1,7 +1,7 @@ FROM node:lts-alpine RUN apk update -RUN apk add --no-cache wget +RUN apk add --no-cache wget bash COPY root/bin/wget-spider /bin/wget-spider COPY app /app