mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
chore: run uncrustify in parallel; add package.json to web directory (#1454)
* refactor: add package.json for web client * refactor: call uncrustify in parallel
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
git \
|
||||
npm \
|
||||
perl \
|
||||
uncrustify \
|
||||
&& npm install -g \
|
||||
eslint \
|
||||
prettier
|
||||
RUN apk add --no-cache bash git perl uncrustify yarn
|
||||
|
||||
Reference in New Issue
Block a user