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 \
|
||||
# jess/tor-proxy
|
||||
#
|
||||
FROM alpine:latest
|
||||
FROM alpine:edge
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
|
||||
tor
|
||||
|
||||
# expose socks port
|
||||
|
|
|
@ -16,11 +16,10 @@
|
|||
# --name tor-relay \
|
||||
# jess/tor-relay -f /etc/tor/torrc.exit
|
||||
#
|
||||
FROM alpine:latest
|
||||
FROM alpine:edge
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
|
||||
tor
|
||||
|
||||
# default port to used for incoming Tor connections
|
||||
|
|
Loading…
Reference in New Issue
Block a user