mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 00:07:55 +00:00
Merge pull request #426 from Rajpratik71/enhancement/debian_apt
pod : optimization Some debian package manager tweaks
This commit is contained in:
@@ -7,11 +7,13 @@
|
|||||||
from docker.io/debian:@OS_VERSION@
|
from docker.io/debian:@OS_VERSION@
|
||||||
|
|
||||||
# RUN commands
|
# RUN commands
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get --no-install-recommends install -y \
|
||||||
|
apt-utils \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
binutils \
|
binutils \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
ca-certificates \
|
||||||
chrony \
|
chrony \
|
||||||
cmake \
|
cmake \
|
||||||
coreutils \
|
coreutils \
|
||||||
|
@@ -11,11 +11,13 @@ from docker.io/ubuntu:@OS_VERSION@
|
|||||||
# Install any package need to create a rootfs (package manager, extra tools)
|
# Install any package need to create a rootfs (package manager, extra tools)
|
||||||
|
|
||||||
# RUN commands
|
# RUN commands
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get --no-install-recommends install -y \
|
||||||
|
apt-utils \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
binutils \
|
binutils \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
ca-certificates \
|
||||||
chrony \
|
chrony \
|
||||||
cmake \
|
cmake \
|
||||||
coreutils \
|
coreutils \
|
||||||
|
Reference in New Issue
Block a user