This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
transmission
mirror of
https://github.com/transmission/transmission
Watch
1
Star
0
Fork
You've already forked transmission
0
Code
Issues
Releases
Wiki
Activity
e61b49c2fe
transmission
/
docker
/
code_style
/
Dockerfile
9 lines
132 B
Docker
Raw
Blame
History
FROM
alpine
RUN
apk add --no-cache
\
npm
\
perl
\
uncrustify
\
&&
npm install -g
\
js-beautify
Reference in New Issue
View Git Blame
Copy Permalink