From c913816447ce5d2a47f0505f013638d1277d82fb Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 20 Apr 2024 20:41:24 +0100 Subject: [PATCH] work pls --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74d7e0f..35095c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM maven:3.9.6-sapmachine-17 -RUN apt install ttf-mscorefonts-installer -y && fc-cache -f +RUN apt update -y && apt install ttf-mscorefonts-installer -y && fc-cache -f # Set the working directory WORKDIR /home/container