check health with tor is blocked

This commit is contained in:
Jesús
2021-07-28 20:16:32 -05:00
parent 5f07a8a46f
commit fade453424
3 changed files with 22 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ LABEL MAINTAINER="heckyel@riseup.net"
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
RUN apk add --no-cache musl-dev build-base gcc libffi-dev python3-dev patch git py3-pip tor
RUN apk add --no-cache musl-dev build-base gcc libffi-dev python3-dev patch git py3-pip tor curl
ARG APP_DIR="/srv/app"
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"