Block a user
jdownloader (1.0.0)
Published 2024-11-08 23:46:14 +00:00 by administrator
Installation
docker pull gitea.hessj.de/administrator/jdownloader:1.0.0sha256:c3d0bda0fb8c310646bd14daabb68b6dbb24300cf68299120a462bc550c6acd9Image Layers
| ADD file:7009ad0ee0bbe5ed7f381792e07347e260e6896aeee0d80597808065120fa96b in / |
| CMD ["bash"] |
| /bin/sh -c sed -i 's#http://archive.ubuntu.com/ubuntu/#mirror://mirrors.ubuntu.com/mirrors.txt#' /etc/apt/sources.list; |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates gnupg patch |
| ENV DEBIAN_FRONTEND=noninteractive |
| /bin/sh -c apt update && apt install -y --no-install-recommends software-properties-common curl apache2-utils ca-certificates && apt update && apt install -y --no-install-recommends --allow-unauthenticated supervisor nginx sudo net-tools zenity xz-utils dbus-x11 x11-utils alsa-utils mesa-utils libgl1-mesa-dri && apt autoclean -y && apt autoremove -y && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c apt update && apt install -y --no-install-recommends --allow-unauthenticated xvfb x11vnc vim-tiny firefox ttf-ubuntu-font-family ttf-wqy-zenhei && apt autoclean -y && apt autoremove -y && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c apt update && apt install -y --no-install-recommends --allow-unauthenticated lxde gtk2-engines-murrine gnome-themes-standard gtk2-engines-pixbuf gtk2-engines-murrine arc-theme && apt autoclean -y && apt autoremove -y && rm -rf /var/lib/apt/lists/* |
| ARG TINI_VERSION=v0.18.0 |
| ADD 11c0b0c43c7c51af4e3d83ce690cf81fa725f41177fe930411b5abe7822fba28 in /bin/tini |
| |1 TINI_VERSION=v0.18.0 /bin/sh -c chmod +x /bin/tini |
| |1 TINI_VERSION=v0.18.0 /bin/sh -c apt update && apt install -y --no-install-recommends --allow-unauthenticated ffmpeg && rm -rf /var/lib/apt/lists/* && mkdir /usr/local/ffmpeg && ln -s /usr/bin/ffmpeg /usr/local/ffmpeg/ffmpeg |
| COPY file:b613ea5c5475817e43881ab83bb404b2390b04900796b2f27a38bc7278395c06 in /tmp/ |
| |1 TINI_VERSION=v0.18.0 /bin/sh -c apt-get update && dpkg-query -W -f='${Package}\n' > /tmp/a.txt && apt-get install -y python3-pip python3-dev build-essential && pip3 install setuptools wheel && pip3 install -r /tmp/requirements.txt && ln -s /usr/bin/python3 /usr/local/bin/python && dpkg-query -W -f='${Package}\n' > /tmp/b.txt && apt-get remove -y `diff --changed-group-format='%>' --unchanged-group-format='' /tmp/a.txt /tmp/b.txt | xargs` && apt-get autoclean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt/* /tmp/a.txt /tmp/b.txt |
| LABEL maintainer=support@elest.io |
| COPY dir:ea10f465822cf86996783d23ff601ef3d147e06c9154218604aa3f47d99a6afc in /usr/local/lib/web/frontend/ |
| COPY dir:ebefefe6505e11d34720b4927a0c7d6312c9a742b08e8c5c27841ab952e5b1f2 in / |
| /bin/sh -c ln -sf /usr/local/lib/web/frontend/static/websockify /usr/local/lib/web/frontend/static/novnc/utils/websockify && chmod +x /usr/local/lib/web/frontend/static/websockify/run |
| EXPOSE 80 |
| WORKDIR /root |
| ENV HOME=/home/ubuntu SHELL=/bin/bash |
| ENTRYPOINT ["/startup.sh"] |
| RUN /bin/sh -c apt update -y && apt upgrade -y # buildkit |
| RUN /bin/sh -c apt install unzip wget openvpn wireguard cifs-utils smbclient -y # buildkit |
| RUN /bin/sh -c apt install conky screen -y # buildkit |
| RUN /bin/sh -c mkdir /mnt/videos # buildkit |
| RUN /bin/sh -c mkdir /root/wallpaper # buildkit |
| RUN /bin/sh -c wget -O /root/wallpaper/hd.png https://raw.githubusercontent.com/dorianpro/kaliwallpapers/master/kali-linux-wallpaper-v4.png # buildkit |
| COPY cyberghostvpn /tmp/cyberghostvpn # buildkit |
| COPY script.sh /root/Desktop/init.sh # buildkit |
| COPY conkyrc /root/.conkyrc # buildkit |
| RUN /bin/sh -c chmod +x /root/Desktop/init.sh # buildkit |
| RUN /bin/sh -c mkdir -p /home/root/.cyberghost # buildkit |
| COPY config.ini /home/root/.cyberghost/config.ini # buildkit |
| RUN /bin/sh -c mkdir -p /root/.config/libfm # buildkit |
| COPY libfm.conf /root/.config/libfm/libfm.conf # buildkit |
| ENV TZ=Europe/Berlin |
| RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit |
| COPY mozilla_profile.tar /root/mozilla_profile.tar # buildkit |
| RUN /bin/sh -c cd /root && tar -xvf mozilla_profile.tar # buildkit |
| RUN /bin/sh -c apt install php-common php-cli php-fpm -y # buildkit |
| COPY default /etc/nginx/sites-enabled/default # buildkit |
| RUN /bin/sh -c mkdir /usr/local/lib/web/frontend/dlc # buildkit |
| COPY index.php /usr/local/lib/web/frontend/dlc/index.php # buildkit |
| COPY upload.php /usr/local/lib/web/frontend/dlc/upload.php # buildkit |
| RUN /bin/sh -c mkdir /mnt/tobedownloaded # buildkit |
| RUN /bin/sh -c chmod 755 /mnt/tobedownloaded # buildkit |
| RUN /bin/sh -c chown www-data:www-data /mnt/tobedownloaded -R # buildkit |
| RUN /bin/sh -c sed -i '/^exec \/bin\/tini -- supervisord -n -c \/etc\/supervisor\/supervisord.conf/i service php7.4-fpm start' /startup.sh # buildkit |
Labels
| Key | Value |
|---|---|
| maintainer | support@elest.io |