automated terminal push
This commit is contained in:
25
Dockerfile
25
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /
|
||||
|
||||
COPY /provision /
|
||||
|
||||
##
|
||||
#### install the NY Giants background ####
|
||||
|
||||
COPY /provision/media/Backgrounds/desktop.png /usr/share/lxqt/themes/light/simple_blue_widescreen.png
|
||||
|
||||
@@ -19,16 +19,35 @@ 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/cron.bash
|
||||
|
||||
##
|
||||
|
||||
COPY provision/installs/startup/startup.sh /startup.sh
|
||||
COPY provision/startup/startup.sh /startup.sh
|
||||
|
||||
##
|
||||
|
||||
|
||||
####
|
||||
|
||||
COPY ping.script /tmp/ping.bash
|
||||
|
||||
RUN chmod +x /tmp/ping.bash
|
||||
|
||||
RUN ls -lha /tmp/
|
||||
|
||||
####
|
||||
|
||||
COPY cronfile /etc/cron.d/cronfile
|
||||
|
||||
# Give execution rights on the cron job
|
||||
RUN chmod 0644 /etc/cron.d/cronfile
|
||||
|
||||
# Apply the cron job
|
||||
RUN crontab -u root /etc/cron.d/cronfile
|
||||
|
||||
Reference in New Issue
Block a user