You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Root Cause
The root cause is the missing bash command.
However, when building a docker image on this repository, the problem isn't triggered, and the docker container contains the bash command.
The parent container (openresty/openresty:alpine-fat) has bash as well.
Fix suggestions
Upload new docker image to the registry.
Add apk add bash to the dockerfile.
The text was updated successfully, but these errors were encountered:
What?
The problem was raised some times in the past:
The problem still appears when using docker images v1.0.0 and latest downloaded from https://hub.docker.com/r/crowdsecurity/lua-bouncer-plugin/tags
Root Cause
The root cause is the missing
bash
command.However, when building a docker image on this repository, the problem isn't triggered, and the docker container contains the
bash
command.The parent container (openresty/openresty:alpine-fat) has
bash
as well.Fix suggestions
apk add bash
to the dockerfile.The text was updated successfully, but these errors were encountered: