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 b6cd045f..8cabc38e 100644
--- a/projects/qubes-os/Dockerfile
+++ b/projects/qubes-os/Dockerfile
@@ -21,8 +21,10 @@ RUN apt-get update && apt-get -y install build-essential automake libtool git py
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-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
+RUN git clone --single-branch https://github.com/QubesOS/qubes-core-qrexec $SRC/qubes-os/qubes-core-qrexec
+
COPY build.sh *.options $SRC/