Skip to content

Commit

Permalink
fix: install python3-venv in regtest environment
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jan 3, 2023
1 parent 260cd1f commit 2e5e735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-20220801-slim
RUN apt-get update \
&& apt-get install -qq --no-install-recommends gnupg tini procps vim git iproute2 supervisor \
# joinmarket dependencies
curl build-essential automake pkg-config libtool python3-dev python3-pip python3-setuptools libltdl-dev \
curl build-essential automake pkg-config libtool python3-dev python3-venv python3-pip python3-setuptools libltdl-dev \
# tor dependencies
libevent-dev libssl-dev zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-20220801-slim
RUN apt-get update \
&& apt-get install -qq --no-install-recommends gnupg tini procps vim git iproute2 supervisor \
# joinmarket dependencies
curl build-essential automake pkg-config libtool python3-dev python3-pip python3-setuptools libltdl-dev \
curl build-essential automake pkg-config libtool python3-dev python3-venv python3-pip python3-setuptools libltdl-dev \
tor \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2e5e735

Please sign in to comment.