Skip to content

Commit f69a611

Browse files
committed
package/Dockerfile.ubuntu-bionic: include dh-make
1 parent 3848433 commit f69a611

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package/Dockerfile.ubuntu-bionic

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ENV TZ=America/Chicago
44
RUN ln --symbolic --no-dereference --force /usr/share/zoneinfo/$TZ /etc/localtime \
55
&& echo $TZ > /etc/timezone
66

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
7+
RUN apt update \
8+
&& apt upgrade --yes \
9+
&& apt install --yes clang-6.0 cmake curl dh-make jq libcrypto++-dev libjemalloc-dev \
10+
libprocps-dev libprotobuf-dev libsecp256k1-dev libssl-dev \
11+
pandoc pkg-config protobuf-compiler
1212

1313
RUN curl -sSL https://get.haskellstack.org/ | sh -s - -f
1414

0 commit comments

Comments
 (0)