Skip to content

Commit

Permalink
Repositories updated
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Creed <[email protected]>
  • Loading branch information
Cre-eD committed Apr 20, 2020
1 parent c5fbd04 commit 5615261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apt-get update; \

#Install iroha
COPY iroha.deb /tmp/iroha.deb
RUN set -e; apt-get install -y /tmp/iroha.deb; \
RUN set -e; apt-get update; \
apt-get install -y /tmp/iroha.deb; \
rm -f /tmp/iroha.deb; \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 5615261

Please sign in to comment.