Dockerfile modification

This commit is contained in:
Gleb Koval 2022-08-06 22:37:31 +00:00
parent 9cd9e5ee5a
commit fbc3f16dd8
Signed by: cyclane
GPG Key ID: 15E168A8B332382C

@ -1,6 +1,6 @@
FROM rust:alpine
COPY plugin.sh /bin/
COPY plugin.sh /bin/plugin.sh
RUN apk add --no-cache \
npm \
musl-dev \