mirror of
https://github.com/antitree/private-tor-network
synced 2024-11-16 04:03:49 +00:00
Changed the requirements so that things aren't statically built to fix an issue with tor gencert. TODO Revisit some day
This commit is contained in:
parent
20d02fd326
commit
44ad9e563e
@ -37,10 +37,10 @@ ENV TERM=xterm \
|
|||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
build_temps="build-essential automake" && \
|
build_temps="build-essential automake" && \
|
||||||
build_temps="libssl-dev zlib1g-dev libevent-dev ca-certificates\
|
build_deps="libssl-dev zlib1g-dev libevent-dev ca-certificates\
|
||||||
dh-apparmor libseccomp-dev dh-systemd \
|
dh-apparmor libseccomp-dev dh-systemd \
|
||||||
git" && \
|
git" && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install $build_deps \
|
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install $build_deps $build_temps \
|
||||||
init-system-helpers \
|
init-system-helpers \
|
||||||
pwgen && \
|
pwgen && \
|
||||||
mkdir /src && \
|
mkdir /src && \
|
||||||
|
Loading…
Reference in New Issue
Block a user