Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcris committed Feb 10, 2024
1 parent 3182eb1 commit 1a3d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###########
Expand Down

0 comments on commit 1a3d51f

Please sign in to comment.