All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
12 lines
348 B
Docker
12 lines
348 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 shotcut kdenlive zip curl wget net-tools git
|
|
|
|
##kdenlive zip docker-compose curl wget net-tools keepassx vlc dos2unix git filezilla openjdk-17-jdk maven
|
|
|
|
COPY /provision .
|
|
|
|
RUN bash netbeans.bash
|