We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593b64e commit c13eb78Copy full SHA for c13eb78
Dockerfile
@@ -9,7 +9,7 @@ ARG UBUNTUVER=20.04
9
10
FROM ubuntu:${UBUNTUVER}
11
12
-ARG REVISION=b4e1147
+ARG REVISION=0af0ee3
13
ARG GHCVER=8.10.7
14
ARG UBUNTUVER
15
ARG STRIP=1
@@ -20,7 +20,7 @@ LABEL ubuntu="$UBUNTUVER"
20
21
# install prerequisites
22
RUN apt-get update \
23
- && apt-get install -y librocksdb-dev curl xxd openssl binutils locales \
+ && apt-get install -y curl xxd openssl binutils libtbb2 locales \
24
&& rm -rf /var/lib/apt/lists/* \
25
&& locale-gen en_US.UTF-8 \
26
&& update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
0 commit comments