summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2023-12-12 10:16:18 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2023-12-15 09:45:06 +0100
commit8686fc2792906c8e5cb0dcc49845efd7690f98fa (patch)
treec96dd6d6ec4dd016bf49b9389c1a3f174fc2948d /test
parent90344642c8ec008a086a85de55144d64346701ed (diff)
downloadmullvadvpn-8686fc2792906c8e5cb0dcc49845efd7690f98fa.tar.xz
mullvadvpn-8686fc2792906c8e5cb0dcc49845efd7690f98fa.zip
Add missing system deps to `test/Dockerfile`
Add some missing system libraries for compiling the test framework. These are dependencies which the base `mullvad/mullvadvpn-app-build` container does not include.
Diffstat (limited to 'test')
-rw-r--r--test/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Dockerfile b/test/Dockerfile
index 23dcdc4b5b..f2e28244ba 100644
--- a/test/Dockerfile
+++ b/test/Dockerfile
@@ -1,2 +1,5 @@
ARG IMAGE=ghcr.io/mullvad/mullvadvpn-app-build:latest
FROM $IMAGE
+
+RUN apt-get update && apt-get install -y \
+ pkg-config libssl-dev libpcap-dev