This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-03-24 20:54:30 +03:00 committed by GitHub
parent 80cc954d35
commit 41b52162d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Debian bleeding edge docker image
name: Debian base custom bleeding edge docker image for pika
on:
push:
@ -15,7 +15,7 @@ on:
pull_request:
env:
IMAGE_NAME: debian-bleedingedge
IMAGE_NAME: pika-base-debian-container
jobs:
# Push image to GitHub Packages.

View File

@ -3,7 +3,7 @@
FROM debian:sid
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 debian-keyring debian-archive-keyring
RUN wget https://github.com/CosmicFusion/debian-bleedingedge/raw/main/setup.sh
RUN wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/setup.sh
RUN chmod +x ./setup.sh
RUN ./setup.sh
RUN apt update