fix(build): add bash to Dockerfile

Ayman Bagabas created

Fixes: https://github.com/charmbracelet/soft-serve/issues/251

Change summary

Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Dockerfile 🔗

@@ -1,6 +1,6 @@
 FROM alpine:latest
 
-RUN apk update && apk add --update git && rm -rf /var/cache/apk/*
+RUN apk update && apk add --update git bash && rm -rf /var/cache/apk/*
 
 COPY soft /usr/local/bin/soft