]> Git Repo - VerusCoin.git/blobdiff - Dockerfile
-print
[VerusCoin.git] / Dockerfile
index 92b0b779cf318847a32f5acb8f7663e92964fc38..7a4308f7d412486c109f245cd8f19892b81ba958 100644 (file)
@@ -5,7 +5,7 @@ RUN apt-get -y update && \
     apt-get -y upgrade && \
     apt-get -y install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev \
     unzip python zlib1g-dev wget bsdmainutils automake libssl-dev libprotobuf-dev \
-    protobuf-compiler libqrencode-dev libdb++-dev software-properties-common libcurl4-openssl-dev && \
+    protobuf-compiler libqrencode-dev libdb++-dev software-properties-common libcurl4-openssl-dev curl && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
This page took 0.025884 seconds and 4 git commands to generate.