We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509a80 commit 615692fCopy full SHA for 615692f
dockerfile
@@ -22,7 +22,7 @@ RUN apt-get install -y --no-install-recommends \
22
ca-certificates \
23
&& rm -rf /var/lib/apt/lists/*
24
25
-RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/var/bin
+RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
26
RUN just 1.37.0
27
28
# Copy the start script and make it executable
0 commit comments