mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
parent
b21c01a7df
commit
088cb8154c
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ ENV HOME="/config" \
|
|||
XDG_CONFIG_HOME="/config" \
|
||||
XDG_DATA_HOME="/config"
|
||||
|
||||
RUN apk --no-cache add ca-certificates curl tzdata
|
||||
RUN apk --no-cache add ca-certificates curl tzdata jq
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ ENV HOME="/config" \
|
|||
XDG_CONFIG_HOME="/config" \
|
||||
XDG_DATA_HOME="/config"
|
||||
|
||||
RUN apk --no-cache add ca-certificates curl tzdata
|
||||
RUN apk --no-cache add ca-certificates curl tzdata jq
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue