This commit is contained in:
parent
80cc954d35
commit
41b52162d0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user