mirror of
https://github.com/transmission/transmission.git
synced 2026-05-01 22:24:40 +01:00
Add code style script and Dockerfile
This commit is contained in:
8
docker/code_style/Dockerfile
Normal file
8
docker/code_style/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
npm \
|
||||
perl \
|
||||
uncrustify \
|
||||
&& npm install -g \
|
||||
js-beautify
|
||||
Reference in New Issue
Block a user