Skip to content

Commit 2e970f5

Browse files
authored
Merge pull request #7232 from bandi13/moreDependencies
Add in dependencies of tests
2 parents 1302170 + 340e22a commit 2e970f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER root
66
ARG DEPS_WOLFSSL="build-essential autoconf libtool clang clang-tools zlib1g-dev libuv1-dev libpam0g-dev valgrind git linux-headers-generic gcc-multilib g++-multilib libpcap-dev bubblewrap gdb iputils-ping lldb bsdmainutils netcat binutils-arm-linux-gnueabi binutils-aarch64-linux-gnu"
77
ARG DEPS_LIBOQS="astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind git"
88
ARG DEPS_UDP_PROXY="wget libevent-dev"
9-
ARG DEPS_TESTS="abi-dumper libcurl4-openssl-dev tcpdump"
9+
ARG DEPS_TESTS="abi-dumper libcurl4-openssl-dev tcpdump libpsl-dev python3-pandas python3-tabulate"
1010
ARG DEPS_TOOLS="ccache"
1111
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y apt-utils \
1212
&& apt install -y ${DEPS_WOLFSSL} ${DEPS_LIBOQS} ${DEPS_UDP_PROXY} ${DEPS_TESTS} ${DEPS_TOOLS} \

0 commit comments

Comments
 (0)