mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
edge fixes
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
15b3a79026
commit
e775b4027c
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user