diff --git a/trino/CHANGELOG.md b/trino/CHANGELOG.md index 2639e1232..53182ea20 100644 --- a/trino/CHANGELOG.md +++ b/trino/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- Add `htpasswd` tool ([#385]). + +[#385]: https://github.com/stackabletech/docker-images/pull/385 + ## [414] - 2023-04-26 ### Added diff --git a/trino/Dockerfile b/trino/Dockerfile index 9f3bf6ce0..893660733 100644 --- a/trino/Dockerfile +++ b/trino/Dockerfile @@ -18,7 +18,7 @@ LABEL name="Trino" \ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN microdnf update && \ - microdnf install tar gzip zip python3 openssl && \ + microdnf install tar gzip zip python3 openssl httpd-tools && \ microdnf clean all && \ alternatives --set python /usr/bin/python3