Skip to content

Commit

Permalink
Dockerfile tweak j4ym0#1
Browse files Browse the repository at this point in the history
  • Loading branch information
wootencl committed Jan 18, 2020
1 parent 98d8018 commit 7ebb22a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ ENV DEBIAN_FRONTEND noninteractive
# Ok lets install everything
RUN apt-get update && \
apt-get install --no-install-recommends -y apt-utils software-properties-common && \
apt-get install --no-install-recommends -y unzip build-essential pkg-config automake libtool git zlib1g-dev libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev curl cmake qtbase5-dev qttools5-dev-tools libqt5svg5-dev && \
apt-get install --no-install-recommends -y ca-certificates openvpn openvpn-systemd-resolved wget ca-certificates iptables dnsutils iputils-ping net-tools ack && \
apt-get install --no-install-recommends -y libqt5svg5-dev && \
apt-get install --no-install-recommends -y openvpn openvpn-systemd-resolved wget ca-certificates iptables dnsutils iputils-ping net-tools ack && \
apt-get install --no-install-recommends -y iptables dnsutils iputils-ping net-tools ack && \
LIBTORRENT_URL=$(curl -sSL https://api.github.com/repos/arvidn/libtorrent/tags | grep tarball_url | head -n 1 | cut -d '"' -f 4) && \
mkdir /tmp/libtorrent && \
curl -sSL https://api.github.com/repos/arvidn/libtorrent/tarball/libtorrent_1_1_12 | tar xzC /tmp/libtorrent && \
Expand Down

0 comments on commit 7ebb22a

Please sign in to comment.