mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-29 03:37:54 +00:00
Cirrus: Add text editors to cache-images
Occasionally people need to access the VM's for troubleshooting/debugging. Having an editor pre-installed makes life easier and doesn't cost any extra test-time. ***CIRRUS: REBUILD IMAGES*** Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
93b5ccfe94
commit
401fb2bf2f
4 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ ooe.sh sudo yum -y install \
|
|||
btrfs-progs-devel \
|
||||
bzip2 \
|
||||
device-mapper-devel \
|
||||
emacs-nox \
|
||||
findutils \
|
||||
glib2-devel \
|
||||
glibc-static \
|
||||
|
|
@ -63,6 +64,7 @@ ooe.sh sudo yum -y install \
|
|||
runc \
|
||||
skopeo-containers \
|
||||
unzip \
|
||||
vim \
|
||||
which \
|
||||
xz
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ ooe.sh sudo dnf install -y \
|
|||
bzip2 \
|
||||
conmon \
|
||||
device-mapper-devel \
|
||||
emacs-nox \
|
||||
findutils \
|
||||
git \
|
||||
glib2-devel \
|
||||
|
|
@ -67,6 +68,7 @@ ooe.sh sudo dnf install -y \
|
|||
skopeo-containers \
|
||||
slirp4netns \
|
||||
unzip \
|
||||
vim \
|
||||
which \
|
||||
xz
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ ooe.sh sudo yum -y install \
|
|||
btrfs-progs-devel \
|
||||
bzip2 \
|
||||
device-mapper-devel \
|
||||
emacs-nox \
|
||||
findutils \
|
||||
glib2-devel \
|
||||
glibc-static \
|
||||
|
|
@ -69,6 +70,7 @@ ooe.sh sudo yum -y install \
|
|||
runc \
|
||||
skopeo-containers \
|
||||
unzip \
|
||||
vim \
|
||||
which \
|
||||
xz
|
||||
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ ooe.sh sudo -E apt-get -qq install --no-install-recommends \
|
|||
build-essential \
|
||||
curl \
|
||||
e2fslibs-dev \
|
||||
emacs-nox \
|
||||
gawk \
|
||||
gettext \
|
||||
go-md2man \
|
||||
|
|
@ -76,6 +77,7 @@ ooe.sh sudo -E apt-get -qq install --no-install-recommends \
|
|||
python3-setuptools \
|
||||
socat \
|
||||
unzip \
|
||||
vim \
|
||||
xz-utils
|
||||
|
||||
echo "Fixing Ubuntu kernel not enabling swap accounting by default"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue