Skip to content

Commit

Permalink
pushed to 0.4.7.14 and include openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
winkler-winsen committed Jul 26, 2023
1 parent f9d16f6 commit 01ed212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable-slim AS builder
ARG TORVER=0.4.7.13\
ARG TORVER=0.4.7.14\
CompilerThreads=4

RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential libssl-dev liblzma-dev libzstd-dev libcap-dev liblzma-dev libzstd-dev libcap-dev libevent-dev zlib1g-dev openssl pkg-config python3 wget sudo &&\
Expand Down Expand Up @@ -32,7 +32,7 @@ EXPOSE ${EXPOSEPORT}
COPY --from=builder /usr/local/bin/tor* /usr/local/bin/
COPY --from=builder /usr/local/share/tor/ /usr/local/share/tor/
COPY entrypoint.sh /
RUN apt-get update && apt-get install -y sudo libevent-2* libcap2 && apt-get clean &&\
RUN apt-get update && apt-get install -y sudo libevent-2* libcap2 openssl && apt-get clean &&\
rm -rf /var/lib/apt/lists/* &&\
mkdir -p /usr/local/etc/tor/

Expand Down

0 comments on commit 01ed212

Please sign in to comment.