1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-13 07:32:46 +02:00

fix tor-relay

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-08-11 18:59:19 -07:00
parent c4219bf105
commit 8e26ffb689
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

@ -19,9 +19,8 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
# Note: Tor is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
RUN apk --no-cache add \ RUN apk --no-cache add \
--repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \ --repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
tor tor
# default port to used for incoming Tor connections # default port to used for incoming Tor connections