From 3614bb536777eabef8a785b129b1eed9d73396f7 Mon Sep 17 00:00:00 2001 From: restitux Date: Sun, 23 Oct 2022 18:50:43 -0600 Subject: [PATCH] Correct package installation commands in container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39fd458..7fa7058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bullseye as builder MAINTAINER restitux