docker: Reduce more copies.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -61,6 +61,8 @@ ARG CARGO_INSTALL_ROOT
|
||||
ARG install_temp="/usr/src/tuwunel/install"
|
||||
|
||||
WORKDIR /
|
||||
COPY --link --from=input . .
|
||||
|
||||
RUN \
|
||||
--mount=type=bind,from=output,src=${install_temp},dst=/mnt/install \
|
||||
<<EOF
|
||||
|
||||
Reference in New Issue
Block a user