Skip to content

Commit

Permalink
Fixed build #2213
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jan 1, 2024
1 parent 052ea44 commit 0d20f10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tools/markdownlint/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY --link --from=nodejs / /
COPY --link --from=npm / /
WORKDIR ${prefix}/libexec/markdownlint
COPY --link --from=nodejs / /usr/local/
COPY --link --from=npm / /usr/local/
WORKDIR /uniget_bootstrap/libexec/markdownlint
ARG name
ARG version
RUN <<EOF
Expand Down
6 changes: 3 additions & 3 deletions tools/mermaid-cli/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY --link --from=nodejs / /
COPY --link --from=npm / /
WORKDIR ${prefix}/libexec/mermail-cli
COPY --link --from=nodejs / /usr/local/
COPY --link --from=npm / /usr/local/
WORKDIR /uniget_bootstrap/libexec/mermail-cli
ARG name
ARG version
RUN <<EOF
Expand Down

0 comments on commit 0d20f10

Please sign in to comment.