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:
Leonardo Di Donato
2020-01-20 21:18:45 +00:00
committed by poiana
parent 0fe1d7d81d
commit 55364405aa

View File

@@ -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