Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit eeccc47

Browse files
committed
Fixed keyoxide #4417
1 parent f86fe61 commit eeccc47

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/keyoxide/Dockerfile.template

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ COPY --link --from=npm / /
1111
ARG name
1212
ARG version
1313
RUN <<EOF
14-
npm install --global --prefix="${prefix}${target}" keyoxide-cli
14+
npm install \
15+
--global \
16+
--omit=dev \
17+
--prefix="${prefix}${target}" \
18+
"keyoxide@${version}"
1519
EOF

0 commit comments

Comments
 (0)