mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Backport #71825 to 24.8: Address the last point regarding chmod for /etc/clickhouse*
This commit is contained in:
parent
8aa896b185
commit
caeff24e46
@ -113,7 +113,9 @@ RUN clickhouse local -q 'SELECT 1' >/dev/null 2>&1 && exit 0 || : \
|
|||||||
/var/lib/apt/lists/* \
|
/var/lib/apt/lists/* \
|
||||||
/var/cache/debconf \
|
/var/cache/debconf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
&& apt-get autoremove --purge -yq dirmngr gnupg2
|
&& apt-get autoremove --purge -yq dirmngr gnupg2 \
|
||||||
|
&& chmod ugo+Xrw -R /etc/clickhouse-server /etc/clickhouse-client
|
||||||
|
# The last chmod is here to make the next one is No-op in docker official library Dockerfile
|
||||||
|
|
||||||
# post install
|
# post install
|
||||||
# we need to allow "others" access to clickhouse folder, because docker container
|
# we need to allow "others" access to clickhouse folder, because docker container
|
||||||
|
Loading…
Reference in New Issue
Block a user