diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index a8734f4296436ba8d18fa693616aeb6ed9795875..20b74967ffd7f163a4b3d5598540c134c2b586cd 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -2,8 +2,8 @@ FROM debian:buster-backports
 
 RUN apt-get update
 RUN apt-get install -y make
-RUN apt-get install -y octave
-RUN apt-get install -y liboctave-dev
+RUN apt-get install -y octave-common/buster-backports liboctave7/buster-backports octave/buster-backports
+RUN apt-get install -y liboctave-dev/buster-backports
 RUN apt-get install -y python3-pip
 RUN apt-get install -y unzip
 RUN apt-get install -y wget