mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Merge pull request #2010 from cevich/cirrus_editors
Cirrus: Add text editors to cache-images
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
|
||||
|
||||
|
@ -29,6 +29,7 @@ ooe.sh sudo dnf install -y \
|
||||
btrfs-progs-devel \
|
||||
bzip2 \
|
||||
device-mapper-devel \
|
||||
emacs-nox \
|
||||
findutils \
|
||||
git \
|
||||
glib2-devel \
|
||||
@ -66,6 +67,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