Update docker/server/Dockerfile.ubuntu

Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
This commit is contained in:
Alexey Milovidov 2022-10-25 05:32:11 +03:00 committed by GitHub
parent 1d40578809
commit d0a7f855ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ RUN arch=${TARGETARCH:-amd64} \
# Some vulnerability scanners are arguing about Ubuntu, which is not relevant to ClickHouse at all.
# ClickHouse does not care when you report false vulnerabilities by running some Docker scanners.
RUN sudo apt remove -y libksba8
RUN apt-get remove --purge -y libksba8 && apt-get autoremove
# we need to allow "others" access to clickhouse folder, because docker container
# can be started with arbitrary uid (openshift usecase)