aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/qubes-os/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/qubes-os/Dockerfile')
-rw-r--r--projects/qubes-os/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/qubes-os/Dockerfile b/projects/qubes-os/Dockerfile
index e0edeeb7..b6cd045f 100644
--- a/projects/qubes-os/Dockerfile
+++ b/projects/qubes-os/Dockerfile
@@ -17,10 +17,12 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER paras.chetal@gmail.com
-RUN apt-get update && apt-get -y install build-essential automake libtool git python
+RUN apt-get update && apt-get -y install build-essential automake libtool git python libsystemd-dev
WORKDIR qubes-os
RUN git clone --single-branch https://github.com/QubesOS/qubes-app-linux-input-proxy $SRC/qubes-os/app-linux-input-proxy
+RUN git clone --single-branch https://github.com/QubesOS/qubes-core-qubesdb $SRC/qubes-os/qubes-core-qubesdb
+
COPY build.sh *.options $SRC/