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
Ayman Bagabas created
Fixes: https://github.com/charmbracelet/soft-serve/issues/251
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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