From e783302aebe6df3cc66303687a4b07ff6964ab5e Mon Sep 17 00:00:00 2001 From: Julien Francoz Date: Tue, 15 Oct 2024 15:50:52 +0200 Subject: [PATCH] typo --- 3.0-custom/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3.0-custom/Dockerfile b/3.0-custom/Dockerfile index 634247c..e0d8876 100644 --- a/3.0-custom/Dockerfile +++ b/3.0-custom/Dockerfile @@ -13,13 +13,13 @@ RUN apt-get update \ graphviz \ mariadb-client \ unzip \ - cron \ + cron \ # Security patch curl \ libapr1 \ libaprutil1 \ libgssapi-krb5-2 \ - libk5crypto3 \ + libk5crypto3 \ linux-libc-dev \ openssl \ apache2 \