Files
Software Shinobi aa880afc23
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
automated push from the terminal
2025-06-18 09:50:07 -04:00

10 lines
300 B
Docker

FROM dorowu/ubuntu-desktop-lxde-vnc as desktopBase
RUN rm /etc/apt/sources.list.d/google-chrome.list
RUN apt update && apt install -y recordmydesktop kdenlive zip docker-compose curl wget net-tools keepassx vlc dos2unix git filezilla openjdk-17-jdk maven
COPY /provision .
RUN bash netbeans.bash