Skip to content

Commit 78ba197

Browse files
committed
attempt to fix docker build
1 parent c256f9c commit 78ba197

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/cubejs-docker/testing-drivers.Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,10 @@ RUN yarn install --prod --ignore-scripts
9999
######################################################################
100100
# Build dependencies #
101101
######################################################################
102-
FROM base AS build_dependencies
102+
FROM base AS build
103103

104104
RUN yarn install
105105

106-
######################################################################
107-
# Build layer #
108-
######################################################################
109-
FROM build_dependencies AS build
110-
111106
COPY rust/cubestore/ rust/cubestore/
112107
COPY rust/cubesql/ rust/cubesql/
113108
COPY packages/cubejs-backend-shared/ packages/cubejs-backend-shared/

0 commit comments

Comments
 (0)