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 3848433 commit f69a611Copy full SHA for f69a611
package/Dockerfile.ubuntu-bionic
@@ -4,11 +4,11 @@ ENV TZ=America/Chicago
4
RUN ln --symbolic --no-dereference --force /usr/share/zoneinfo/$TZ /etc/localtime \
5
&& echo $TZ > /etc/timezone
6
7
-RUN apt update \
8
- && apt upgrade --yes \
9
- && apt install --yes clang-6.0 cmake curl jq libcrypto++-dev libjemalloc-dev \
10
- libprocps-dev libprotobuf-dev libsecp256k1-dev \
11
- libssl-dev pandoc pkg-config protobuf-compiler
+RUN apt update \
+ && apt upgrade --yes \
+ && apt install --yes clang-6.0 cmake curl dh-make jq libcrypto++-dev libjemalloc-dev \
+ libprocps-dev libprotobuf-dev libsecp256k1-dev libssl-dev \
+ pandoc pkg-config protobuf-compiler
12
13
RUN curl -sSL https://get.haskellstack.org/ | sh -s - -f
14
0 commit comments