Add support Tor

This commit is contained in:
Jesús
2021-05-24 12:23:58 -05:00
parent 8ba96c69db
commit 0d0db95b46
2 changed files with 9 additions and 1 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 musl-dev build-base gcc libffi-dev python3-dev patch git py3-pip
RUN apk add musl-dev build-base gcc libffi-dev python3-dev patch git py3-pip tor
ARG APP_DIR="/srv/app"
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"