Skip to content

Commit e923d8e

Browse files
committed
Cleanup
1 parent ee7195d commit e923d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV RUSTC_WRAPPER=/usr/local/bin/sccache
66

77
# Download and configure ARM64-compatible sccache
88
RUN curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sccache-v$SCCACHE-aarch64-unknown-linux-musl.tar.gz | tar -xzv --strip-components=1 -C /usr/local/bin sccache-v$SCCACHE-aarch64-unknown-linux-musl/sccache && \
9-
chmod +x /usr/local/bin/sccacheExpand commentComment on line R9Resolved
9+
chmod +x /usr/local/bin/sccache
1010

1111
FROM chef AS planner
1212

@@ -50,7 +50,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-aarch_64.zip && \
5050
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/$PROTOC_ZIP && \
5151
unzip -o $PROTOC_ZIP -d /usr/local bin/protoc && \
5252
unzip -o $PROTOC_ZIP -d /usr/local 'include/*' && \
53-
rm -f $PROTOC_ZIPExpand commentComment on line R53Resolved
53+
rm -f $PROTOC_ZIP
5454

5555
COPY proto proto
5656

0 commit comments

Comments
 (0)