diff --git a/Dockerfile b/Dockerfile index 7adf03c..0b7dc53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apk update && \ # Install packages RUN apk add --no-cache \ bash \ + busybox-suid \ # Init related tini \ openrc \