From 6e152c2daa642ea0dcf2f079974d375089bd11dd Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 14 Jul 2021 12:06:42 +0200
Subject: [PATCH] WIP: docs pipeline

---
 .docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index a8734f4..20b7496 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
-- 
GitLab