fix(core): update
This commit is contained in:
		| @@ -1,5 +1,7 @@ | |||||||
| FROM yandex/clickhouse-server | FROM yandex/clickhouse-server | ||||||
| RUN apt-get update && apt-get upgrade \ | RUN apt-get update \ | ||||||
|     && curl -fsSL https://deb.nodesource.com/setup_18.x | -E bash - \ |     && apt-get install curl -y \ | ||||||
|     &&  apt-get install nodejs |     && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ | ||||||
|  |     && apt-get update \ | ||||||
|  |     &&  apt-get install -y nodejs | ||||||
| RUN node -v && npm -v | RUN node -v && npm -v | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user