Skip to content

Commit 820306a

Browse files
authored
set correct case for env (#4713)
1 parent b0d5e06 commit 820306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:slim AS rust-utils
22
# Install rust helper programs
33
# ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
4-
env CARGO_INSTALL_ROOT=/tmp/
4+
ENV CARGO_INSTALL_ROOT=/tmp/
55
RUN cargo install exa bat ripgrep typos-cli watchexec-cli
66

77
FROM ubuntu AS go

0 commit comments

Comments
 (0)