mirror of
https://github.com/transmission/transmission
synced 2025-01-04 22:11:23 +00:00
8 lines
132 B
Docker
8 lines
132 B
Docker
FROM alpine
|
|
|
|
RUN apk add --no-cache \
|
|
npm \
|
|
perl \
|
|
uncrustify \
|
|
&& npm install -g \
|
|
js-beautify
|