This commit is contained in:
Colin 2024-05-23 12:41:07 -04:00
parent b04b6f203e
commit 944fae683b
1 changed files with 1 additions and 0 deletions
docker/tor-relay

View File

@ -5,6 +5,7 @@ FROM alpine:latest AS builder
RUN apk update && \
apk add --no-cache \
build-base \
linux-headers \
libevent-dev \
openssl-dev \
zlib-dev \