mirror of
https://github.com/transmission/transmission
synced 2025-02-12 09:25:03 +00:00
9 lines
132 B
Text
9 lines
132 B
Text
|
FROM alpine
|
||
|
|
||
|
RUN apk add --no-cache \
|
||
|
npm \
|
||
|
perl \
|
||
|
uncrustify \
|
||
|
&& npm install -g \
|
||
|
js-beautify
|