Skip to content

Commit 5615261

Browse files
committed
Repositories updated
Signed-off-by: Dmitriy Creed <creed@soramitsu.co.jp>
1 parent c5fbd04 commit 5615261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/release/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ RUN apt-get update; \
66

77
#Install iroha
88
COPY iroha.deb /tmp/iroha.deb
9-
RUN set -e; apt-get install -y /tmp/iroha.deb; \
9+
RUN set -e; apt-get update; \
10+
apt-get install -y /tmp/iroha.deb; \
1011
rm -f /tmp/iroha.deb; \
1112
apt-get -y clean && \
1213
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)