Skip to content

Commit

Permalink
build: update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Sep 10, 2024
1 parent 538d976 commit f219346
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
7 changes: 7 additions & 0 deletions contrib/docker/Dockerfile.minbase
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apt-get update && apt-get install -yqq \
wget \
curl \
jq \
bc \
git \
make \
cmake \
patch \
bison \
file \
autoconf \
automake \
Expand All @@ -25,6 +29,9 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
libevent-dev \
libboost-all-dev \
libminiupnpc-dev \
libnatpmp-dev \
libsqlite3-dev \
systemtap-sdt-dev \
libzmq3-dev \
libssl-dev \
gperf
Expand Down
12 changes: 9 additions & 3 deletions contrib/docker/Dockerfile.ubase
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apt-get update && apt-get install -yqq \
wget \
curl \
jq \
bc \
git \
make \
cmake \
patch \
bison \
file \
autoconf \
automake \
Expand All @@ -25,16 +29,18 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
libevent-dev \
libboost-all-dev \
libminiupnpc-dev \
libnatpmp-dev \
libsqlite3-dev \
systemtap-sdt-dev \
libzmq3-dev \
libssl-dev \
gperf \
# for qt
libqrencode-dev \
libprotobuf-dev \
protobuf-compiler \
libqt5core5a \
libqt5dbus5 \
libqt5gui5 \
qtbase5-dev \
qtwayland5 \
qttools5-dev \
qttools5-dev-tools
#
Expand Down
15 changes: 6 additions & 9 deletions contrib/docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
apt-get update && \
apt-get -yqq upgrade && \
apt-get -yqq install \
libboost-chrono-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libboost-system-dev \
libboost-test-dev \
libboost-thread-dev \
libboost-all-dev \
systemtap-sdt-dev \
libsqlite3-dev \
libnatpmp-dev \
libzmq3-dev \
libminiupnpc-dev \
libevent-dev \
libssl-dev \
libprotobuf-dev \
protobuf-compiler \
libqrencode-dev \
libqt5core5a \
libqt5dbus5 \
libqt5gui5 \
qtbase5-dev \
qtwayland5 \
qttools5-dev \
qttools5-dev-tools
#
Expand Down

0 comments on commit f219346

Please sign in to comment.