Skip to content

Commit 71fd478

Browse files
author
Andras Fekete
committed
Add in dependencies when compiling with OpenVPN
1 parent 585f0f1 commit 71fd478

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Docker/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ FROM $DOCKER_BASE_IMAGE
33

44
USER root
55

6+
# Set timezone to UTC
7+
RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone
8+
69
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"
710
ARG DEPS_LIBOQS="astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind git"
811
ARG DEPS_UDP_PROXY="wget libevent-dev"
9-
ARG DEPS_TESTS="abi-dumper libcurl4-openssl-dev tcpdump libpsl-dev python3-pandas python3-tabulate"
12+
ARG DEPS_TESTS="abi-dumper libcurl4-openssl-dev tcpdump libpsl-dev python3-pandas python3-tabulate libnl-genl-3-dev libcap-ng-dev"
1013
ARG DEPS_TOOLS="ccache"
1114
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y apt-utils \
1215
&& apt install -y ${DEPS_WOLFSSL} ${DEPS_LIBOQS} ${DEPS_UDP_PROXY} ${DEPS_TESTS} ${DEPS_TOOLS} \

0 commit comments

Comments
 (0)