Skip to content

Commit 615692f

Browse files
committed
fix install path
1 parent 8509a80 commit 615692f

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
@@ -22,7 +22,7 @@ RUN apt-get install -y --no-install-recommends \
2222
ca-certificates \
2323
&& rm -rf /var/lib/apt/lists/*
2424

25-
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/var/bin
25+
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
2626
RUN just 1.37.0
2727

2828
# Copy the start script and make it executable

0 commit comments

Comments
 (0)