From d74588530b66d1466f595c200f0d7be82db825aa Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 22 Feb 2019 22:53:08 +1100 Subject: [PATCH] backports --- Dockerfile | 5 ----- scripts/bootstrap.sh | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8356dd..7a0d941 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,11 +34,6 @@ RUN wget -O musikcube.deb -nv https://github.com/clangen/musikcube/releases/down dpkg -i musikcube.deb || apt-get install -qq --fix-broken && \ rm musikcube.deb -# Install polo -RUN wget -O polo.deb -nv https://github.com/teejee2008/polo/releases/download/v18.8-beta/polo-file-manager-v18.8.2-amd64.deb && \ - dpkg -i polo.deb || apt-get install -qq --fix-broken && \ - rm polo.deb - # Install vs code, vs live share dependencies, and shfmt extension dependency RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \ apt-get install -qq ./code.deb && \ diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 4ea8048..144887a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -27,6 +27,11 @@ apt-get update -qq && \ vcsh \ xclip +# Install KDE backports +add-apt-repository ppa:kubuntu-ppa/backports && \ + apt-get update && \ + apt-get upgrade -qq + # Enable password-less sudo for the sudo group echo "%sudo ALL=(ALL) NOPASSWD:ALL" | tee -a /etc/sudoers