Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoinz committed Jan 21, 2018
2 parents f81b4ed + 4ed15ec commit 9a12f63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM debian:stretch-slim as build
# Install our build dependencies
RUN apt-get update \
&& apt-get install -y \
curl \
build-essential \
pkg-config \
libc6-dev \
Expand Down Expand Up @@ -36,6 +37,7 @@ RUN groupadd -r bitcoinz && useradd -r -d /bitcoinz -g bitcoinz bitcoinz
# Install our run dependencies
RUN apt-get update \
&& apt-get install -y \
curl \
libc6-dev \
g++-multilib \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9a12f63

Please sign in to comment.