fixed syntax typo
This commit is contained in:
parent
31985f0a0f
commit
b92e1d9535
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue