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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -15,7 +15,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: debian-bleedingedge
|
IMAGE_NAME: pika-base-debian-container
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Push image to GitHub Packages.
|
# Push image to GitHub Packages.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
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 debian-keyring debian-archive-keyring
|
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 chmod +x ./setup.sh
|
||||||
RUN ./setup.sh
|
RUN ./setup.sh
|
||||||
RUN apt update
|
RUN apt update
|
||||||
|
Loading…
Reference in New Issue
Block a user