edge fixes

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-12 08:08:27 -07:00
parent 15b3a79026
commit e775b4027c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 4 deletions

View File

@ -7,11 +7,10 @@
# --name torproxy \ # --name torproxy \
# jess/tor-proxy # jess/tor-proxy
# #
FROM alpine:latest FROM alpine:edge
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
tor tor
# expose socks port # expose socks port

View File

@ -16,11 +16,10 @@
# --name tor-relay \ # --name tor-relay \
# jess/tor-relay -f /etc/tor/torrc.exit # jess/tor-relay -f /etc/tor/torrc.exit
# #
FROM alpine:latest FROM alpine:edge
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
--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