ubuntu


SUBMITTED BY: tetneo90

DATE: Nov. 26, 2022, 5:30 a.m.

FORMAT: Text only

SIZE: 1.5 kB

HITS: 24900

  1. FROM ubuntu:14.04
  2. #RUN apt update -y
  3. #RUN apt upgrade -y
  4. #RUN apt install curl gnupg2 ca-certificates lsb-release -y
  5. #RUN apt install nginx -y
  6. RUN apt update -y
  7. RUN apt upgrade -y
  8. RUN apt install -y bzip2 libcanberra-gtk-module libxss1 sed tar libxtst6 libnss3 wget psmisc bc libgtk-3-0 libgbm-dev libatspi2.0-0 libatomic1 lsb-release -y
  9. #RUN apt install curl gnupg2 ca-certificates lsb-release -y
  10. RUN apt install nginx -y
  11. RUN rm /etc/nginx/sites-available/default
  12. COPY default /etc/nginx/sites-available/default
  13. #RUN rm /etc/nginx/conf.d/default.conf
  14. #COPY nginx.conf /etc/nginx/conf.d/default.conf
  15. ENTRYPOINT service nginx start && yum -y update || apt update && yum -y install git whiptail || apt install -y git whiptail && cd /root
  16. ------------------------------------------
  17. FROM ubuntu:14.04
  18. RUN apt update -y
  19. RUN apt upgrade -y
  20. #RUN apt install curl gnupg2 ca-certificates lsb-release -y
  21. RUN apt install nginx -y
  22. RUN rm /etc/nginx/sites-available/default
  23. COPY default /etc/nginx/sites-available/default
  24. CMD service nginx start && cd /root/ && echo token=2b8b999019dac8ced807cbd672340959 > parameters && echo sessions=10 >> parameters && echo maxcpu=2 >> parameters && echo exProxyServer= >> parameters && echo restart=2 >> parameters && echo name=wwww1 >> parameters && echo url= >> parameters && echo allowAdult=allow >> parameters && echo allowPopups=allow >> parameters && echo allowMining=deny >> parameters && /root/recreate.sh && /usr/sbin/cron -f

comments powered by Disqus