Update Dockerfile

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-01-12 13:31:34 +00:00 committed by GitHub
parent 78d77eb471
commit f2d8b538ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
# Bump for rebuild on 07/01/2024 18:17 UTC +3 # Bump for rebuild on 07/01/2024 18:17 UTC +3
FROM debian:sid FROM debian:sid
RUN apt update RUN apt update
RUN apt install -y wget curl vim sudo systemd ifupdown rsyslog logrotate less bash-completion ca-certificates netbase lsb-release apt-utils gnupg2 apt-transport-https RUN apt install -y wget curl vim sudo systemd ifupdown rsyslog logrotate less bash-completion ca-certificates netbase lsb-release apt-utils gnupg2 apt-transport-https debian-keyring debian-archive-keyring
RUN wget https://github.com/Jguer/yay/releases/download/v12.2.0/yay_12.2.0_x86_64.tar.gz RUN wget https://github.com/CosmicFusion/debian-bleedingedge/raw/main/setup.sh
RUN chmod +x ./setup.sh
RUN ./setup.sh RUN ./setup.sh
RUN apt update
RUN apt full-upgrade -y