backports

This commit is contained in:
Jackson Delahunt 2019-02-22 22:53:08 +11:00
parent 53ccb0eb34
commit d74588530b
2 changed files with 5 additions and 5 deletions

View file

@ -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 && \

View file

@ -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