This commit is contained in:
alesapin 2024-05-04 12:24:07 +02:00
parent b1eb0a8e9c
commit b8b4a3a6dd

View File

@ -89,8 +89,8 @@ ENV MINIO_ROOT_USER="clickhouse"
ENV MINIO_ROOT_PASSWORD="clickhouse"
ENV EXPORT_S3_STORAGE_POLICIES=1
RUN npm install -g azurite@3.29.0 \
&& npm install -g tslib
RUN npm install -g azurite@3.30.0 \
&& npm install -g tslib && npm install -g node
COPY run.sh /
COPY setup_minio.sh /