diff --git a/autograder/Dockerfile b/autograder/Dockerfile
index e2823763b14b274b392d29f3035fbede0df23049..b7334fbe59c68b901cca67502a794d31aacf8416 100644
--- a/autograder/Dockerfile
+++ b/autograder/Dockerfile
@@ -50,7 +50,7 @@ WORKDIR /tmp/simavr
 RUN make
 RUN make install
 #RUN make install RELEASE=1
-RUN pip3 install pysimavr
+RUN pip3 install pysimavr builddriver
 
 # Clean up
 WORKDIR /home