Keep build container up to date

This commit is contained in:
Jakub Matys 2018-05-28 15:22:31 +02:00
parent b523c70355
commit d3af770433
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
FROM debian:9
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y build-essential git wget pkg-config lxc-dev libzmq3-dev \
libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev \
liblz4-dev graphviz && \

View File

@ -3,6 +3,7 @@
FROM blockbook-build:latest
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y devscripts debhelper make dh-systemd dh-exec && \
apt-get clean