4 Commits

Author SHA1 Message Date
af690e3ec2 1.0.12 2022-06-16 18:39:38 +02:00
02351129fb fix(core): update 2022-06-16 18:39:38 +02:00
469836b969 1.0.11 2022-06-16 16:53:12 +02:00
1eb8c28525 fix(core): update 2022-06-16 16:53:11 +02:00
3 changed files with 10 additions and 7 deletions

View File

@ -1,5 +1,7 @@
FROM yandex/clickhouse-server
RUN apt-get update && apt-get upgrade \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | -E bash - \
&& apt-get install nodejs
RUN apt-get update \
&& apt-get install curl -y \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get update \
&& apt-get install -y nodejs
RUN node -v && npm -v

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ht-docker-clickhouse",
"version": "1.0.10",
"version": "1.0.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ht-docker-clickhouse",
"version": "1.0.10",
"version": "1.0.12",
"license": "MIT"
}
}

View File

@ -1,11 +1,12 @@
{
"name": "ht-docker-clickhouse",
"private": true,
"version": "1.0.10",
"version": "1.0.12",
"description": "chrome for docker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "echo \"Error: no test specified\"",
"testBuild": "docker build -t yandex . && docker rmi yandex"
},
"repository": {
"type": "git",