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