Skip to content

Commit

Permalink
Add autoconf dep
Browse files Browse the repository at this point in the history
Signed-off-by: safinsaf <safinsaft@gmail.com>
  • Loading branch information
safinsaf authored and appetrosyan committed Apr 13, 2023
1 parent 3b40f22 commit 63f8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/iroha-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
# other
curl file ccache libssl-dev \
gcovr cppcheck doxygen rsync graphviz graphviz-dev vim zip unzip pkg-config \
jq \
jq autoconf \
postgresql postgresql-contrib; \
if [ $(uname -m) = "x86_64" ] ;then \
apt-get -y --no-install-recommends install \
Expand Down

0 comments on commit 63f8688

Please sign in to comment.