From 1a3d51f5bde41fa79e3c5b893208a3967de1b893 Mon Sep 17 00:00:00 2001 From: lordcris Date: Sat, 10 Feb 2024 14:12:25 +0200 Subject: [PATCH] a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8aeecff..466c5d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR $HOME RUN date +%s > $HOME/date_in_seconds.txt -RUN apt update && apt full-upgrade -y && apt install flatpak && flatpak install flathub nz.mega.MEGAsync +RUN apt update && apt full-upgrade -y && apt install flatpak -y && flatpak install flathub nz.mega.MEGAsync ######### End Customizations ###########