From 41b52162d0a4e21523143c9f59b9f933c6b0478a Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:54:30 +0300 Subject: [PATCH] --- .github/workflows/ci.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a6c90f..3e9bc15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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. diff --git a/Dockerfile b/Dockerfile index 1ecbb17..7405051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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