mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-20 17:37:43 +00:00
chore(docker/builder): remove unneded layer
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
committed by
poiana
parent
0fe1d7d81d
commit
55364405aa
@@ -20,7 +20,7 @@ ENV FALCO_VERSION=${FALCO_VERSION}
|
|||||||
|
|
||||||
# build toolchain
|
# build toolchain
|
||||||
RUN yum -y install centos-release-scl && \
|
RUN yum -y install centos-release-scl && \
|
||||||
INSTALL_PKGS="devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-toolchain devtoolset-7-libstdc++-devel devtoolset-7-elfutils-libelf-devel glibc-static autoconf automake libtool createrepo expect git which libcurl-devel zlib-devel rpm-build libyaml-devel" && \
|
INSTALL_PKGS="devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-toolchain devtoolset-7-libstdc++-devel devtoolset-7-elfutils-libelf-devel glibc-static autoconf automake libtool createrepo expect git which libcurl-devel zlib-devel ncurses-devel rpm-build libyaml-devel" && \
|
||||||
yum -y install --setopt=tsflags=nodocs $INSTALL_PKGS && \
|
yum -y install --setopt=tsflags=nodocs $INSTALL_PKGS && \
|
||||||
rpm -V $INSTALL_PKGS
|
rpm -V $INSTALL_PKGS
|
||||||
|
|
||||||
@@ -34,9 +34,6 @@ RUN source scl_source enable devtoolset-7 && \
|
|||||||
make install && \
|
make install && \
|
||||||
rm -rf /tmp/cmake-${CMAKE_VERSION}
|
rm -rf /tmp/cmake-${CMAKE_VERSION}
|
||||||
|
|
||||||
# build dependencies
|
|
||||||
RUN yum -y install ncurses-devel libcurl-devel c-ares-devel -y
|
|
||||||
|
|
||||||
COPY ./root /
|
COPY ./root /
|
||||||
|
|
||||||
# DTS
|
# DTS
|
||||||
|
Reference in New Issue
Block a user