mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-19 15:24:26 +01:00
Merge pull request #3509 from ManaSugi/remove-libseccomp-from-dockerfile
osbuilder: Remove libseccomp from Dockerfile
This commit is contained in:
@@ -19,8 +19,6 @@ RUN apk update && apk add \
|
|||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libseccomp \
|
|
||||||
libseccomp-dev \
|
|
||||||
linux-headers \
|
linux-headers \
|
||||||
m4 \
|
m4 \
|
||||||
make \
|
make \
|
||||||
|
|||||||
@@ -24,8 +24,6 @@ RUN dnf -y update && dnf install -y \
|
|||||||
glibc-headers \
|
glibc-headers \
|
||||||
glibc-static \
|
glibc-static \
|
||||||
glibc-utils \
|
glibc-utils \
|
||||||
libseccomp \
|
|
||||||
libseccomp-devel \
|
|
||||||
libstdc++-devel \
|
libstdc++-devel \
|
||||||
libstdc++-static \
|
libstdc++-static \
|
||||||
m4 \
|
m4 \
|
||||||
|
|||||||
Reference in New Issue
Block a user