Merge pull request #3509 from ManaSugi/remove-libseccomp-from-dockerfile

osbuilder: Remove libseccomp from Dockerfile
This commit is contained in:
Fabiano Fidêncio 2022-01-21 06:50:53 +01:00 committed by GitHub
commit 618aa659d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -19,8 +19,6 @@ RUN apk update && apk add \
gcc \
git \
libc-dev \
libseccomp \
libseccomp-dev \
linux-headers \
m4 \
make \

View File

@ -24,8 +24,6 @@ RUN dnf -y update && dnf install -y \
glibc-headers \
glibc-static \
glibc-utils \
libseccomp \
libseccomp-devel \
libstdc++-devel \
libstdc++-static \
m4 \