summaryrefslogtreecommitdiffhomepage
path: root/building
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-05-15 13:52:58 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-05-23 09:55:12 +0200
commitaa8734ba7487f12067905b8db07c883c85c9537e (patch)
treefc51d7ff4e625ce3b1875f57092aa412d8ef1cbc /building
parent685bd3c79a4daaad1d7cdbe6029dd4db9b75f401 (diff)
downloadmullvadvpn-aa8734ba7487f12067905b8db07c883c85c9537e.tar.xz
mullvadvpn-aa8734ba7487f12067905b8db07c883c85c9537e.zip
Add `make` to container image
Diffstat (limited to 'building')
-rw-r--r--building/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/building/Dockerfile b/building/Dockerfile
index 76eb6d886f..9df2f063d1 100644
--- a/building/Dockerfile
+++ b/building/Dockerfile
@@ -42,6 +42,7 @@ ARG PROTOBUF_COMMIT_REF=ee1355459c9ce7ffe264bc40cfdc7b7623d37e99
RUN dpkg --add-architecture arm64 && apt-get update -y && apt-get install -y \
git \
curl \
+ make \
gcc gcc-aarch64-linux-gnu \
libdbus-1-dev libdbus-1-dev:arm64 \
rpm \