fix(core): update
This commit is contained in:
parent
058c0aa148
commit
a998dbca72
@ -1,7 +1,11 @@
|
|||||||
FROM yandex/clickhouse-server
|
FROM yandex/clickhouse-server
|
||||||
|
|
||||||
|
# Install Node.js and ClickHouse
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install curl -y \
|
&& apt-get install -y curl gnupg2 \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y nodejs
|
&& apt-get install -y nodejs
|
||||||
|
|
||||||
|
# Verify Node.js and npm installation
|
||||||
RUN node -v && npm -v
|
RUN node -v && npm -v
|
||||||
|
Loading…
Reference in New Issue
Block a user