We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c256f9c commit 78ba197Copy full SHA for 78ba197
packages/cubejs-docker/testing-drivers.Dockerfile
@@ -99,15 +99,10 @@ RUN yarn install --prod --ignore-scripts
99
######################################################################
100
# Build dependencies #
101
102
-FROM base AS build_dependencies
+FROM base AS build
103
104
RUN yarn install
105
106
-######################################################################
107
-# Build layer #
108
109
-FROM build_dependencies AS build
110
-
111
COPY rust/cubestore/ rust/cubestore/
112
COPY rust/cubesql/ rust/cubesql/
113
COPY packages/cubejs-backend-shared/ packages/cubejs-backend-shared/
0 commit comments