Skip to content

Commit c13eb78

Browse files
committed
chainweb-node version 2.16.1
1 parent 593b64e commit c13eb78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG UBUNTUVER=20.04
99

1010
FROM ubuntu:${UBUNTUVER}
1111

12-
ARG REVISION=b4e1147
12+
ARG REVISION=0af0ee3
1313
ARG GHCVER=8.10.7
1414
ARG UBUNTUVER
1515
ARG STRIP=1
@@ -20,7 +20,7 @@ LABEL ubuntu="$UBUNTUVER"
2020

2121
# install prerequisites
2222
RUN apt-get update \
23-
&& apt-get install -y librocksdb-dev curl xxd openssl binutils locales \
23+
&& apt-get install -y curl xxd openssl binutils libtbb2 locales \
2424
&& rm -rf /var/lib/apt/lists/* \
2525
&& locale-gen en_US.UTF-8 \
2626
&& update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8

0 commit comments

Comments
 (0)