Skip to content

Commit 38c3379

Browse files
authored
Merge pull request #8086 from bandi13/addDependency
Need 'libfile' for license.pl
2 parents 25da3bf + 4ca0176 commit 38c3379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG DEPS_WOLFSSL="build-essential autoconf libtool clang clang-tools zlib1g-dev
1010
ARG DEPS_LIBOQS="astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind git"
1111
ARG DEPS_UDP_PROXY="wget libevent-dev"
1212
ARG DEPS_TESTS="abi-dumper libcurl4-openssl-dev tcpdump libpsl-dev python3-pandas python3-tabulate libnl-genl-3-dev libcap-ng-dev python3-virtualenv curl jq"
13-
ARG DEPS_TOOLS="ccache clang-tidy maven"
13+
ARG DEPS_TOOLS="ccache clang-tidy maven libfile-util-perl"
1414
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y apt-utils \
1515
&& apt install -y ${DEPS_WOLFSSL} ${DEPS_LIBOQS} ${DEPS_UDP_PROXY} ${DEPS_TESTS} ${DEPS_TOOLS} \
1616
&& apt clean -y && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)