1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-12 09:25:03 +00:00
transmission/docker/code_style/Dockerfile

9 lines
132 B
Text
Raw Normal View History

2019-02-27 23:01:21 +00:00
FROM alpine
RUN apk add --no-cache \
npm \
perl \
uncrustify \
&& npm install -g \
js-beautify