Update Dockerfile

This commit is contained in:
alexey-milovidov 2021-01-22 17:28:25 +03:00 committed by GitHub
parent fb98e3f8dc
commit 8fdb9d9018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ RUN groupadd -r clickhouse --gid=101 \
&& mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client \
&& chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client
# we need to allow to allow "others" access to clickhouse folder, because docker container
# we need to allow "others" access to clickhouse folder, because docker container
# can be started with arbitrary uid (openshift usecase)
ADD https://github.com/tianon/gosu/releases/download/$gosu_ver/gosu-amd64 /bin/gosu