Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
This makes tor resolve v3 onion addresses
  • Loading branch information
brooks-macbeth-shadowdragon authored Dec 17, 2018
1 parent e3ed440 commit 0b19472
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM alpine
FROM alpine:edge

RUN apk add tor --update-cache --repository http://dl-4.alpinelinux.org/alpine/edge/community/ --allow-untrusted haproxy ruby privoxy
RUN apk add 'tor' --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
--allow-untrusted haproxy ruby privoxy

RUN apk --update add --virtual build-dependencies ruby-bundler ruby-dev \
&& apk add ruby-nokogiri --update-cache --repository http://dl-4.alpinelinux.org/alpine/v3.3/main/ \
Expand Down

0 comments on commit 0b19472

Please sign in to comment.