Skip to content

Commit 9d976e6

Browse files
committed
build: remove redundant copies
1 parent 3b455c8 commit 9d976e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FROM base AS builder
1010

1111
WORKDIR /external
1212

13-
COPY rust-toolchain.toml ./
14-
RUN rustup show
13+
1514

1615
COPY . .

0 commit comments

Comments
 (0)