Skip to content

Commit

Permalink
Fix dependencies not installed when building release docker image (hy…
Browse files Browse the repository at this point in the history
…perledger-iroha#1121)

Signed-off-by: Artyom Bakhtin <[email protected]>
  • Loading branch information
bakhtin authored and x3medima17 committed Mar 30, 2018
1 parent 8dbea33 commit afb0e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/release/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RUN apt-get update;\

#Install iroha
COPY iroha.deb /tmp/iroha.deb
RUN apt-get install -y /tmp/iroha.deb; rm -f /tmp/iroha.deb
RUN dpkg -i /tmp/iroha.deb

RUN apt-get -fy install;rm -f /tmp/iroha.deb

WORKDIR /opt/iroha_data

Expand Down

0 comments on commit afb0e54

Please sign in to comment.