fixed syntax typo

This commit is contained in:
Jeffrey Paul 2016-04-11 05:56:50 +02:00
parent 31985f0a0f
commit b92e1d9535
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
FROM phusion/baseimage:0.9.18
ENV BITCOIND_REV 188ca9c305d3dd0fb462b9d6a44048b1d99a05f3 #v0.12.0
#v0.12.0
ENV BITCOIND_REV 188ca9c305d3dd0fb462b9d6a44048b1d99a05f3
ADD ./sources.list /etc/apt/sources.list
RUN apt-get update && \