Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Babichev <[email protected]>
  • Loading branch information
rez1dent3 authored Mar 29, 2024
1 parent 9f50b6a commit f067a88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM alpine:latest

RUN apk add --no-cache geoip tor \
&& apk add --no-cache lyrebird --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing

EXPOSE 9050 9051 5353
RUN apk add --no-cache tor geoip

CMD tor -f /etc/tor/torrc

0 comments on commit f067a88

Please sign in to comment.