diff --git a/all-in-one/apisix-dashboard/Dockerfile b/all-in-one/apisix-dashboard/Dockerfile index bf906d04..c79bd783 100644 --- a/all-in-one/apisix-dashboard/Dockerfile +++ b/all-in-one/apisix-dashboard/Dockerfile @@ -37,6 +37,7 @@ RUN set -x \ cmake \ git \ openldap-dev \ + libyaml-dev \ sudo \ && mkdir ~/.luarocks \ && luarocks config variables.OPENSSL_LIBDIR /usr/local/openresty/openssl/lib \