Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5854225108 | |||
a998dbca72 |
10
Dockerfile
10
Dockerfile
@ -1,7 +1,11 @@
|
||||
FROM yandex/clickhouse-server
|
||||
|
||||
# Install Node.js and ClickHouse
|
||||
RUN apt-get update \
|
||||
&& apt-get install curl -y \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
||||
&& apt-get install -y curl gnupg2 \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y nodejs
|
||||
&& apt-get install -y nodejs
|
||||
|
||||
# Verify Node.js and npm installation
|
||||
RUN node -v && npm -v
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ht-docker-clickhouse",
|
||||
"private": true,
|
||||
"version": "1.0.14",
|
||||
"version": "1.0.15",
|
||||
"description": "chrome for docker",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user