mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
alpine tor package is now in community
see http://pkgs.alpinelinux.org/packages?name=tor&branch=&repo=&arch=x86_64&maintainer=
This commit is contained in:
parent
9dc2d6e3cb
commit
0f28a72531
@ -10,9 +10,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
|
||||||
|
|
||||||
# expose socks port
|
# expose socks port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user