Skip to content

Commit e6cd83e

Browse files
committed
[wip] debug Dockerfile
1 parent 691c1e4 commit e6cd83e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ for PKG in clickhouse-common-static clickhouse-client; do
5050
curl -L -o ${PKG}.tgz "https://github.com/ClickHouse/ClickHouse/releases/download/\${TAG}/\${PKG}-\${VERSION}-\${ARCH}.tgz"
5151
done
5252

53+
ls -la
54+
5355
tar -xzvf "clickhouse-common-static.tgz"
5456
clickhouse-common-static-\${VERSION}/install/doinst.sh
5557

0 commit comments

Comments
 (0)