mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Cirrus: Add zip package to images
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -66,7 +66,8 @@ ooe.sh sudo dnf install -y \
|
|||||||
unzip \
|
unzip \
|
||||||
vim \
|
vim \
|
||||||
which \
|
which \
|
||||||
xz
|
xz \
|
||||||
|
zip
|
||||||
|
|
||||||
install_varlink
|
install_varlink
|
||||||
|
|
||||||
|
@ -86,7 +86,8 @@ ooe.sh sudo -E apt-get -qq install \
|
|||||||
socat \
|
socat \
|
||||||
unzip \
|
unzip \
|
||||||
vim \
|
vim \
|
||||||
xz-utils
|
xz-utils \
|
||||||
|
zip
|
||||||
|
|
||||||
echo "Fixing Ubuntu kernel not enabling swap accounting by default"
|
echo "Fixing Ubuntu kernel not enabling swap accounting by default"
|
||||||
SEDCMD='s/^GRUB_CMDLINE_LINUX="(.*)"/GRUB_CMDLINE_LINUX="\1 cgroup_enable=memory swapaccount=1"/g'
|
SEDCMD='s/^GRUB_CMDLINE_LINUX="(.*)"/GRUB_CMDLINE_LINUX="\1 cgroup_enable=memory swapaccount=1"/g'
|
||||||
|
@ -31,11 +31,12 @@ RUN dnf -y install \
|
|||||||
python3-pytoml \
|
python3-pytoml \
|
||||||
python3-pyyaml \
|
python3-pyyaml \
|
||||||
python3-varlink \
|
python3-varlink \
|
||||||
containers-common \
|
|
||||||
slirp4netns \
|
|
||||||
rsync \
|
rsync \
|
||||||
|
slirp4netns \
|
||||||
|
unzip \
|
||||||
which \
|
which \
|
||||||
xz \
|
xz \
|
||||||
|
zip \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
ENV GOPATH="/go" \
|
ENV GOPATH="/go" \
|
||||||
|
Reference in New Issue
Block a user