mirror of
https://github.com/containers/podman.git
synced 2026-03-19 15:18:44 -04: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user