Files
yankee-downloader-desktop/Dockerfile
Software Shinobi f6e8f90d66
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
automated terminal push
2025-03-09 14:30:08 -04:00

30 lines
851 B
Docker
Executable File

FROM softwareshinobi/shinobi-academy-desktop AS desktopBase
##
WORKDIR /
COPY /provision /
#### install the NY Giants background ####
COPY /provision/media/Backgrounds/desktop.png /usr/share/lxqt/themes/light/simple_blue_widescreen.png
COPY /provision/media/Backgrounds/desktop.png /usr/local/share/doro-lxde-wallpapers/bg1.jpg
COPY /provision/media/Backgrounds/desktop.png /usr/local/share/doro-lxde-wallpapers/bg2.jpg
COPY /provision/media/Backgrounds/desktop.png /usr/local/share/doro-lxde-wallpapers/bg3.jpg
COPY /provision/media/Backgrounds/desktop.png /usr/local/share/doro-lxde-wallpapers/bg4.jpg
RUN ls -lha /
RUN ls -lha /usr/share/lxqt/themes/light/simple_blue_widescreen.png
#### install the NY Giants background ####
RUN bash installs/gnomedownloader.bash
RUN bash installs/sshserver.bash
RUN bash installs/download-code.bash