mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2026-07-17 16:37:15 +00:00
QA-353_image_maintenance_1.17.0
This commit is contained in:
parent
a2f6f1ffa7
commit
16a37f4d88
2 changed files with 2 additions and 15 deletions
|
|
@ -293,19 +293,6 @@ multiImages:
|
|||
- src/fedora41/xfce/.config/xfce4/**
|
||||
- src/fedora41/xfce/.config/xfce4/xfconf/**
|
||||
- src/fedora41/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/**
|
||||
- name1: parrotos
|
||||
name2: 6
|
||||
base: parrotsec/core:6
|
||||
bg: bg_parrotos6.jpg
|
||||
distro: parrotos6
|
||||
dockerfile: dockerfile-kasm-core
|
||||
changeFiles:
|
||||
- dockerfile-kasm-core
|
||||
- src/parrotos6/**
|
||||
- src/ubuntu/nvidia/**
|
||||
- src/ubuntu/sysbox/**
|
||||
- src/ubuntu/virtualgl/**
|
||||
- src/parrotos6/**
|
||||
- name1: alpine
|
||||
name2: 319
|
||||
base: alpine:3.19
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ elif [[ "${DISTRO}" == @(almalinux8|almalinux9|oracle8|oracle9|rhel9|rockylinux8
|
|||
elif [ "${DISTRO}" == "opensuse" ]; then
|
||||
zypper install -y cups cups-client cups-pdf
|
||||
elif [ "${DISTRO}" == "alpine" ]; then
|
||||
echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
|
||||
apk add --no-cache cups cups-client cups-pdf@testing
|
||||
echo '@edge-community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
|
||||
apk add --no-cache cups cups-client cups-pdf@edge-community
|
||||
usermod -a -G lpadmin root
|
||||
else
|
||||
apt-get update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue