From 8a4d1e07a651a558ec12fbde99a426bab02ae9d2 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 14 Jul 2021 12:03:13 +0200
Subject: [PATCH] WIP: doc pipeline

---
 .docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index f0f8b20..a8734f4 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:buster-backports
 
 RUN apt-get update
 RUN apt-get install -y make
-RUN apt-get install -y octave/buster-backports
+RUN apt-get install -y octave
 RUN apt-get install -y liboctave-dev
 RUN apt-get install -y python3-pip
 RUN apt-get install -y unzip
-- 
GitLab