File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG DEPS_WOLFSSL="build-essential autoconf libtool clang clang-tools zlib1g-dev
1010ARG DEPS_LIBOQS="astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind git"
1111ARG DEPS_UDP_PROXY="wget libevent-dev"
1212ARG 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 "
1414RUN 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/*
You can’t perform that action at this time.
0 commit comments