Merge pull request #2010 from cevich/cirrus_editors

Cirrus: Add text editors to cache-images
This commit is contained in:
Daniel J Walsh
2018-12-17 15:55:03 -05:00
committed by GitHub
4 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"