summary refs log tree commit diff
path: root/docker/Dockerfile.crosvm
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile.crosvm')
-rw-r--r--docker/Dockerfile.crosvm4
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/Dockerfile.crosvm b/docker/Dockerfile.crosvm
index 00649ba..60ba5a9 100644
--- a/docker/Dockerfile.crosvm
+++ b/docker/Dockerfile.crosvm
@@ -2,10 +2,6 @@ FROM crosvm-base
 
 COPY . /platform/crosvm
 
-# Compile crosvm with all features, including experimental and/or platform specific ones that
-# are disabled at 'cargo install' below.
-RUN cargo check --all-features
-
 RUN cargo install --features 'default-no-sandbox wl-dmabuf gpu x' --path . --root /usr
 
 ARG UID=1000