Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 8311306

Browse files
committed
Install curl
1 parent 30ca098 commit 8311306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM cubejs/cube:v1.1.9
22

3+
RUN apt-get update && apt-get install -y curl
4+
35
COPY cube.js cube.js
46
COPY fetch.js fetch.js
57
RUN mkdir model

0 commit comments

Comments
 (0)