liushuyu ee9aaf49ff
meta: add ENV DEBIAN_FRONTEND=noninteractive...
... so that apt will not ask for user input
2020-07-21 14:13:23 -06:00

8 lines
414 B
Docker

FROM ubuntu:20.04
LABEL maintainer="citraemu"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y p7zip-full wget git flatpak flatpak-builder ca-certificates sshfs curl fuse dnsutils gnupg2 sudo
RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
RUN flatpak install -y flathub org.kde.Platform//5.13 org.kde.Sdk//5.13