Dockerfile modification
This commit is contained in:
parent
9cd9e5ee5a
commit
fbc3f16dd8
|
@ -1,6 +1,6 @@
|
||||||
FROM rust:alpine
|
FROM rust:alpine
|
||||||
|
|
||||||
COPY plugin.sh /bin/
|
COPY plugin.sh /bin/plugin.sh
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
npm \
|
npm \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
|
|
Loading…
Reference in New Issue