Skip to content

Commit

Permalink
Merge pull request zet4#11 from brooks-macbeth-shadowdragon/master
Browse files Browse the repository at this point in the history
Update Dockerfile for tor 0.3.4.9
  • Loading branch information
zet4 authored Dec 19, 2018
2 parents e3ed440 + 0b19472 commit 2791588
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 2791588

Please sign in to comment.