Skip to content

Commit d612470

Browse files
committed
Path uses env variable.
1 parent e85a57a commit d612470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM ghcr.io/plc-lang/rust-llvm:latest
22

33
# Allow invoking `plc` from anywhere
4-
ENV PATH="/opt/rusty:${PATH}"
54
ENV PLCLOC="/opt/rusty"
65
ENV STDLIBLOC="/opt/rusty/stdlib"
6+
ENV PATH="${PLCLOC}:${PATH}"
77

88
# Give all users access to cargo and rust home
99
RUN chmod -R a+rw $CARGO_HOME \

0 commit comments

Comments
 (0)